Table with indentation on cells does not work
Open
consistency
gfm
- Dominant language
- HTML
- Stars
- 1k
- Forks
- 137
- PR merge metrics
- No merged PRs in 30d
Description
Using Markdown Extra. Example:
Test long field | Something
--------------: | ----------
1 | Test
2 | Test
3 | Test
Resulting HTML:
Test long fieldSomething
1 | Test
2 | Test
3 | Test
The space indentation in the table cell is being interpreted as a code block. I'm pretty sure this was working correctly with an earlier version.
Contributor guide
Assessment
This issue has not been assessed yet.