Skip to content

Commit

Permalink
Merge pull request #115 from krymtkts:feature/fix-footnote
Browse files Browse the repository at this point in the history
Bump marked-footnote for fixing footnote generation
  • Loading branch information
krymtkts authored Nov 27, 2023
2 parents 069b63a + cb494a5 commit 7eb1efa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion contents/posts/2023-02-01-about-markdown-parser.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ plain _italic_ **bold** `code` ~~strikethrough~~

Recommends to start Markdown headings from h2 because it render the blog title as h1.

footnote like this[^1]
footnote like this[^1] [^2]

[^1]: footnote line requires blank line before.
[^2]: footnote with [link](https://github.com/krymtkts/blog-fable)

## blockquote

Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"highlight.js": "^11.9.0",
"marked": "^10.0.0",
"marked-footnote": "^1.1.2",
"marked-footnote": "^1.1.3",
"marked-highlight": "^2.0.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down

0 comments on commit 7eb1efa

Please sign in to comment.