swift-markdown-ui
swift-markdown-ui copied to clipboard
[Feature Request] Support InlineSyntax
trafficstars
This library will become much more powerful if it adds support for user-defined custom syntaxes (inline syntax).
To define these syntaxes, the developer will:
- specify a list of Regular Expressions that matches the corresponding syntax block in the document,
- then specify the View that handles each block.
If you are familiar with Flutter (another declarative UI framework), flutter_markdown provides a good example of how this works.
Thank you for the feedback! I will have a look at the doc you provided.