Replies: 1 comment
-
@funisfun8 Tokenizer can be used to generate custom token which can be rendered via Custom Renderer. ref: https://github.com/gmsgowtham/react-native-marked?tab=readme-ov-file#using-tokenizer-with-custom-components |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello there,
I am working on a React Native project that would benefit greatly from comprehensive markdown parsing. However, the application may require custom markdown syntax for non-standard elements. I see that this library allows for overriding built-in elements, such as the LATEX example in the readme, but does it allow for additional custom elements such as are described here?
Thank you for your work on the library. I hope to use it soon.
Beta Was this translation helpful? Give feedback.
All reactions