gonzalezreal / swift-markdown-ui

Display and customize Markdown text in SwiftUI
MIT License
2.26k stars 267 forks source link

Plans to support markdown extensions #29

Closed santi-g-s closed 2 years ago

santi-g-s commented 3 years ago

Do you have any plans to support markdown extensions such as:

Tables, Emojis Etc.

Thanks for all the great work!

gonzalezreal commented 3 years ago

Sorry, I have no plans to support GitHub extensions at the moment. I would consider it in the future if there is enough interest in the community.

Extension parsing should be feasible, using GitHub's fork of the CommonMark parser. Rendering could be more challenging, specially with tables.

santi-g-s commented 3 years ago

Very understandable, thank you.

SF-Simon commented 3 years ago

I support the idea