This website requires JavaScript.
Explore
Help
Sign In
codewalker
/
marked
Watch
1
Star
0
Fork
0
You've already forked marked
Code
Pull Requests
Actions
Packages
Releases
Activity
marked
/
test
/
specs
/
new
/
code_following_table.md
14 lines
207 B
Markdown
Raw
Normal View
History
Unescape
Escape
Fix GFM tables not breaking on block-level structures Includes test cases for all block-level structures and some inline-level structures (which should still appear in the table)
2020-02-04 23:46:34 -05:00
| abc | def |
| --- | --- |
| bar | foo |
| baz | boo |
a simple
*indented*
code block
test 3 spaces before table rows
2020-03-09 15:33:30 -05:00
| abc | def |
| --- | --- |
| bar | foo |
| baz | boo |
a simple
*indented*
code block
Copy Permalink