Skip to content

Commit

Permalink
Merge pull request #491 from pjkaufman/performance-updates
Browse files Browse the repository at this point in the history
Bug: Fix Performance for Parsing Larger Files by Using Regex instead of Remark for Tables
  • Loading branch information
pjkaufman authored Nov 10, 2022
2 parents b557b66 + 3dcb68c commit 19a247c
Show file tree
Hide file tree
Showing 7 changed files with 94 additions and 476 deletions.
2 changes: 1 addition & 1 deletion docs/rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -2787,8 +2787,8 @@ After:
| foo | bar |
| baz | qux |
| quux | quuz |
More text.

More text.
# Heading

**Note that text directly following a table is considered part of a table according to github markdown**
Expand Down
Loading

0 comments on commit 19a247c

Please sign in to comment.