neodash
neodash copied to clipboard
Markdown tables not rendered
- NeoDash version: 2.4.4
The following Markdown table is valid, but does not get rendered properly in Markdown report
| As of: 2024-03-13T13:28:44 | |
|---|---|
| Summary | |
| Items | 227 |
| Codelists | 65 |
| Units | 4 |
From what I understand , neodash uses react-markdown, and table rendering is part of the github flavoured markdown that needs to be specifically enabled - if so I'm not sure this is a bug , but it would be a really great feature to add!
This is indeed not a bug, you are right.
See open PR (note the a tag is here is sanitized by the component, and displayed as a string by the Markdown component on purpose, for security reasons)