Skip to content
Snippets Groups Projects
Commit 6975abe0 authored by chris's avatar chris Committed by john
Browse files

isolated note importer

parent b9643b05
No related branches found
No related tags found
No related merge requests found
export default {
type: 'isolated-note',
tagName: 'isolated-note'
tagName: 'isolated-note',
import: function (el, node, converter) {
node.content = converter.annotatedText(el, [node.id, 'content'])
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment