Trasforming MD before updating the editor #1086
Unanswered
ivanminutillo
asked this question in
Q&A
Replies: 1 comment
-
Are you looking for replaceAll macro? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hello, and thanks for working on milkdown, is the best experience using a modular wyswyg md editor by far 🙂
and ... tags with the content that is inserted within the square brackets.
I'm currently stuck in something that I am sure is quite trivial:
I want to transform the md before is added into the contenteditable div, specifically I want to replace all the
My current implementation is performing the transformation using a listener on the editor such as:
but then I dont know how to update the markdown with the filteredMarkdown, is this the default way ? any ideas?
Beta Was this translation helpful? Give feedback.
All reactions