chatcraft.org
chatcraft.org copied to clipboard
Add support for rendering nested markdown tables
Would be nice to edit markdown tables and other weird markdown features via chatcraft
Currently we can render headings, bullets, but not tables when in ```markdown
It looks like we do support it
This renders:
| name |
|---|
| github_events |
This doesn't
| name |
|:-|
| github_events |
I note that GitHub also doesn't render the second one. What should happen when you wrap it in a codeblock with backticks indicating it's markdown?
Sorry for confusion, but I'm not clear what you want to happen here. If you wrap it in ````markdown like that, it's going to show you code vs. render it. GitHub does same thing. If you want it to render, remove ```markdown.
I think you have to choose what you want and indicate it. Am I misunderstanding your goal?