andi23rosca / solid-markdown

Render Markdown as Solid components
MIT License
106 stars 10 forks source link

Tables doesnt work #34

Closed EntityB closed 3 months ago

EntityB commented 3 months ago

Table syntax is not recognized. Tested simple table like:

| a | b | 
| - | - | 
andi23rosca commented 3 months ago

Check out the demo example here: https://github.com/andi23rosca/solid-markdown/blob/main/dev/App.tsx

You should use the github flavored markdown if you want most things you're accustomed to out of the box: remark-gfm