The existing command works well for creating Markdown tables that are used in web documentation and datasets. However, the functionality would be much more useful if table cells could be colored based on some criteria. This could allow creating heatmap tables in Markdown and also highlighting cells that have more critical information. Other commands already implement a symbol table to specify how to select colors and something similar could be done. Markdown does not natively support colored cells so a combination of CSS and HMTL will need to be used.
The existing command works well for creating Markdown tables that are used in web documentation and datasets. However, the functionality would be much more useful if table cells could be colored based on some criteria. This could allow creating heatmap tables in Markdown and also highlighting cells that have more critical information. Other commands already implement a symbol table to specify how to select colors and something similar could be done. Markdown does not natively support colored cells so a combination of CSS and HMTL will need to be used.