Gfm Tables Incorrectly Require Newlines Before Table #1733
Labels
category: tables
has PR
The issue has a Pull Request associated
L2 - annoying
Similar to L1 - broken but there is a known workaround available for the issue
released
gfm tables using marked require a line with just whitespace before the table definition:
renders just fine in GitHub:
test
However, marked doesn't like it and doesn't render a table:
Marked Demo
works just fine both in marked and in GitHub:
test
(above renders table as expected)
Expected behavior
marked's lexer is able to identify tables, even when the preceding line contains anything other than whitespace.
The text was updated successfully, but these errors were encountered: