summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2018-12-29 09:21:47 +0100
committerache <ache@ache.one>2018-12-29 09:21:47 +0100
commit7849f14e862acec65d0d0ed623a450e847dcafee (patch)
tree4226f98cb1c0be3639db606fcb82ee6e0ce3d972
parentScss lint (diff)
Numbered footnotes
-rw-r--r--package.json1
-rw-r--r--remarkrc1
2 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index 28018d2..620717b 100644
--- a/package.json
+++ b/package.json
@@ -21,6 +21,7 @@
"remark-parse": "^5.0.0",
"remark-preset-lint-markdown-style-guide": "^2.1.1",
"remark-rehype": "^3.0.0",
+ "remark-numbered-footnotes": "^1.0.9",
"remark-special-box": "git+http://git.ache.one/remark-special-box/",
"remark-text-input": "git+http://git.ache.one/remark-text-input/"
},
diff --git a/remarkrc b/remarkrc
index e75d94a..f699533 100644
--- a/remarkrc
+++ b/remarkrc
@@ -3,6 +3,7 @@
"remark-line-input":null,
"remark-text-input":null,
"remark-select":null,
+ "remark-numbered-footnotes":null,
"remark-multiple-choice":null,
"remark-special-box":null,
"remark-math":null,