Souvik Kar Mahapatra

Results 58 comments of Souvik Kar Mahapatra

Also ```markdown ![image](https://picsum.photos/200) *image_caption* ``` produces same output as ```html image_caption ```

Like @that-ambuj mentioned you can use the `setCustomTransformer` method to render the element the way you want. Here is a simple example: ```javascript n2m.setCustomTransformer("video", async (block) => { const {...

So it's a minor fix. In the code sample, I have provided, there is leading space in the string due to which it is rendered as a code block. Here...

I believe `react-markdown` doesn't render HTML by default you need to use another package as a plugin. Refer to this: https://stackoverflow.com/a/70548866

Hi Lucas, Thanks for the effort and contribution, really appreciate it. I'll go through the code and then I guess we can discuss on what can be done and how...

Thanks for sharing, I marked it as information and won't close this issue for future reference.

Hey there! Thanks for using notion-to-md. At the moment there is no such way to achieve it. You can use `setCustomTransformer` to add `div` wrapper around table however you have...

I don't see `[[page title]]` being rendered by markdown editors. May I know what it signifies?