feat(documents): render markdown as rich text in editor
This commit is contained in:
@@ -182,6 +182,7 @@ onBeforeUnmount(() => {
|
||||
<ContactCollaborativeEditor
|
||||
:key="`doc-editor-${props.selectedDocument.id}`"
|
||||
:model-value="props.selectedDocument.body"
|
||||
:markdown="true"
|
||||
:room="`crm-doc-${props.selectedDocument.id}`"
|
||||
placeholder="Describe policy, steps, rules, and exceptions..."
|
||||
@update:model-value="emit('update-selected-document-body', $event)"
|
||||
|
||||
Reference in New Issue
Block a user