Can it compare two md contents? #1020
Replies: 1 comment
-
You could use this library to parse two Markdown documents into abstract syntax trees, but you'd have to write the code to compare them yourself. We also don't (yet) have a way to render ASTs back into Markdown, meaning you'd also need to imlpement your own code to render those differences. But given that Markdown files are just text, you could simply |
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
-
When comparing two md contents, differences can be displayed?
like this:
Beta Was this translation helpful? Give feedback.
All reactions