I need to be able to build a markdown only table with formatted text inside (html inside the table is not an option). It seems that the h3 is not applied by markdown parsers:
| | |
| --- | ---- |
| ### WHAT DID YOU LEARN ON YOUR JOURNEY? | |
Does anyone knows how to have this h3 formatted as a h3?