-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Markdown Processor source? #14
Comments
Hi @benjitusk, What would be the use case? It would be to render Markdown as a read only Text? |
Yes, exactly that |
Isn't this covered by the SwiftUI |
Not quite. your markdown editor has much more extensive support for markdown than SwiftUI |
I see, wouldn't a non-editable SwiftDownEditor make the trick? |
Can you release a swift package of the markdown engine? as in, an independent library I can import to use your markdown styling.
For example, I'd like to use something like this:
The text was updated successfully, but these errors were encountered: