Replies: 1 comment 2 replies
-
Ah, I see this is exactly what you've done for the pointfree website! I'd love to see this extracted into a stand alone package. |
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
I'd love to see a plugin that adds support for converting between HTML and Markdown through Apple's Swift Markdown library. This should be achievable by creating a conformance of MarkupVisitor like is done here in the example snippet for XML conversion, which would look something like:
Usage for this would look like:
Adding this support would expand the possible applications for swift-html, such as rendering Markdown in web views or generating websites from Markdown like John Sundell's Ink/Publish frameworks.
Beta Was this translation helpful? Give feedback.
All reactions