neodash icon indicating copy to clipboard operation
neodash copied to clipboard

Markdown tables not rendered

Open mariusconjeaud opened this issue 1 year ago • 3 comments

  • 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
image

mariusconjeaud avatar Mar 20 '24 08:03 mariusconjeaud

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!

m-crown avatar Apr 12 '24 10:04 m-crown

This is indeed not a bug, you are right.

mariusconjeaud avatar Apr 29 '24 12:04 mariusconjeaud

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)

image

mariusconjeaud avatar May 14 '24 14:05 mariusconjeaud