Skip to content

Commit

Permalink
feat: support footnote in inline markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
ssmirr committed Oct 13, 2020
1 parent d721fc0 commit a9cf8b7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
8 changes: 8 additions & 0 deletions docs/examples/footnote.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Here's a simple footnote,[^1] and here's a longer one.[^bignote]

[^1]: This is the first footnote.

[^bignote]: Here's one with multiple paragraphs and code.
\`my code\`
Indent paragraphs to include them in the footnote.
Add as many paragraphs as you like.
2 changes: 1 addition & 1 deletion package-lock.json

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

8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,13 @@
"devops"
],
"pkg": {
"assets": ["views/**/*", "docs/**/*", "public/js/**/*", "public/css/**/*", "public/media/**/*"]
"assets": [
"views/**/*",
"docs/**/*",
"public/js/**/*",
"public/css/**/*",
"public/media/**/*"
]
},
"author": "ottomatica",
"license": "Apache-2.0",
Expand Down

0 comments on commit a9cf8b7

Please sign in to comment.