This website works better with JavaScript.
Home
Explore
Help
Sign In
noah
/
personal-site
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
add markdown footnote rendering via markdown-it-footnote
main
Noah Hall
2 years ago
parent
94796135d5
commit
7123eaea55
2 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.eleventy.js
+1
-0
package.json
+ 1
- 1
.eleventy.js
View File
@ -64,7 +64,7 @@ module.exports = function(eleventyConfig) {
permalink
:
true
,
permalinkClass
:
"direct-link"
,
permalinkSymbol
:
"#"
}
)
;
}
)
.
use
(
require
(
'markdown-it-footnote'
)
)
;
eleventyConfig
.
setLibrary
(
"md"
,
markdownLibrary
)
;
// Browsersync Overrides
+ 1
- 0
package.json
View File
@ -38,6 +38,7 @@
"gulp-image-resize"
:
"^0.13.1"
,
"gulp-rename"
:
"^2.0.0"
,
"gulp-sass"
:
"^4.1.0"
,
"markdown-it-footnote"
:
"^3.0.2"
,
"node-path"
:
"0.0.3"
,
"node-sass"
:
"^4.14.1"
}
Write
Preview
Loading…
Cancel
Save