mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-07 15:33:50 +08:00
6 lines
216 B
Text
6 lines
216 B
Text
<div class="ql-editor">
|
|
<%= auto_link(smart_annotation_parser(result.result_text.text),
|
|
link: :urls,
|
|
sanitize: false,
|
|
html: { target: '_blank' }).html_safe %>
|
|
</div>
|