notmd

Results 169 comments of notmd

for anyone who want to implement this here is a few packages I found [https://github.com/bytedance/bytemd](https://github.com/bytedance/bytemd) [https://github.com/uiwjs/react-md-editor](https://github.com/uiwjs/react-md-editor)

That's invalid syntax if you want to render code. You need to wrap it in ``` Example ```python # comment print("hello word") ```

@AbdBarho yeah, #1721 because @0x22almostEvil requested it, but Andres request to hide the image completely so I make this. I don't have a strong opinion about the image, it up...

> What is the behavior if there is an image? will it display as text `![alt](url)` or will it display nothing? It will display nothing, it just skip img tag.

Ah you need to update the `handleFilterValuesChange`, some thing like might work (please test it) ``` const handleFilterValuesChange = (values: FilterItem[]) => { const last = values.pop() if (last) {...