react-native-live-markdown icon indicating copy to clipboard operation
react-native-live-markdown copied to clipboard

CommonMark/custom parser rules support

Open szado opened this issue 1 year ago • 1 comments

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?

szado avatar Jun 27 '24 20:06 szado

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

tomekzaw avatar Jun 28 '24 09:06 tomekzaw

Hey @szado, this should be now possible since https://github.com/Expensify/react-native-live-markdown/pull/439 has just been merged.

tomekzaw avatar Dec 05 '24 21:12 tomekzaw