Expensify / react-native-live-markdown

Drop-in replacement for React Native's TextInput component with Markdown formatting.
https://www.npmjs.com/package/@expensify/react-native-live-markdown
MIT License
668 stars 45 forks source link

CommonMark/custom parser rules support #405

Open szado opened 1 week ago

szado commented 1 week ago

Thank you for this great library. I would like to use it in project, but lack of possibility to pass own parser rules is quite a problem. Is there any milestone to add this functionality? And if exists, can I somehow get involved in its implementation?

tomekzaw commented 6 days ago

Hey @szado, thanks for your kind words and opening this issue.

Actually, we're currently working on it. Once complete, you will be able to implement your custom logic of parsing and formatting in JavaScript as a Reanimated worklet.

More details here: https://github.com/Expensify/react-native-live-markdown/issues/317