Skip to content

Commit

Permalink
feat: distinguish heading level tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
ikatyang committed Jan 24, 2021
1 parent c124895 commit 4d77c42
Show file tree
Hide file tree
Showing 8 changed files with 11,897 additions and 10,974 deletions.
4 changes: 2 additions & 2 deletions corpus/custom.txt
Original file line number Diff line number Diff line change
Expand Up @@ -800,13 +800,13 @@ Task list item (extension) - setext heading takes precedence over it
(setext_heading
(heading_content
(text))
(setext_heading_underline)))
(setext_h1_underline)))
(list_item
(list_marker)
(setext_heading
(heading_content
(text))
(setext_heading_underline)))))
(setext_h1_underline)))))

================================================================================
Autolink (extension) - valid domain
Expand Down
Loading

0 comments on commit 4d77c42

Please sign in to comment.