mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
11 lines
277 B
Plaintext
11 lines
277 B
Plaintext
<%#
|
|
todo do we want markdown support, simple_format, tags, mentions, etc?
|
|
%>
|
|
|
|
<div class="space-y-4">
|
|
<%=
|
|
simple_format ContentFormatterService.show(text: field[:value], viewing_user: current_user),
|
|
{},
|
|
wrapper_tag: 'div'
|
|
%>
|
|
</div> |