-
-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update to a micromark parser * The markdown parser is now CommonMark compliant * Several rules work on GFM features (literal autolinks, tables, strikethrough, tasklist). Make sure to install `remark-gfm` if you’re using GFM * A couple of positions in messages moved a tad bit to make more sense Most plugins are fine, but some received majors. The following plugins are made for the new parser and do not work on the old. While you’re still on remark 12, use their previous version. Use the new versions for remark 13+. * `remark-lint-checkbox-character-style` * `remark-lint-checkbox-content-indent` * `remark-lint-list-item-bullet-indent` * `remark-lint-list-item-spacing` * `remark-lint-no-blockquote-without-marker` * `remark-lint-no-heading-indent` * `remark-lint-no-paragraph-content-indent` * `remark-lint-no-table-indentation` * `remark-lint-table-cell-padding` * `remark-lint-table-pipes` These plugins generally work on old and new remark, but might miss some messages in the old one now: * `remark-lint-no-consecutive-blank-lines` (extra blank lines can no longer break out of lists) * `remark-lint-no-heading-content-indent` (pedantic mode no longer supported) * `remark-lint-no-inline-padding` (emphasis, strong, strikethrough can’t be padded anymore) * `remark-lint-no-undefined-references` (undefined references are no longer parsed, so we have to do magic to find them)
- Loading branch information
Showing
75 changed files
with
906 additions
and
565 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.