-
-
Notifications
You must be signed in to change notification settings - Fork 357
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Footnotes are now available in `remark-footnotes`, where they received significant improvements to become much better! Footnotes parsing has been completely rewritten there, so please take note when upgrading and switching to `remark-footnotes`. Upgrade remark, remove the `footnotes: true` option, and instead: ```js .use(footnotes, {inlineNotes: true}) ``` * Inline notes changed from `[^inline note]` (broken) to `^[inline note]` (works) * Many bug fixes! Closes GH-483. Reviewed-by: Christian Murphy <christian.murphy.42@gmail.com>
- Loading branch information
Showing
82 changed files
with
47 additions
and
16,267 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
190 changes: 0 additions & 190 deletions
190
packages/remark-parse/lib/tokenize/footnote-definition.js
This file was deleted.
Oops, something went wrong.
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.