summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2018-02-06 05:35:48 +0100
committerache <ache@ache.one>2018-02-06 05:35:48 +0100
commitd475f96f79883d9898d65bfb8ead8fd643ec9b3a (patch)
tree7d1a6a71f79cccd8eed923d659b32ea34b7d159b
parentadd the image of the next article (diff)
config files of the news tools
-rw-r--r--package.json24
-rw-r--r--remarkrc16
2 files changed, 40 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..6e43d40
--- /dev/null
+++ b/package.json
@@ -0,0 +1,24 @@
+{
+ "name": "ache.one",
+ "dependencies": {
+ "rehype-format": "^2.2.0",
+ "rehype-katex": "^1.0.0",
+ "rehype-raw": "^2.0.0",
+ "rehype-stringify": "^3.0.0",
+ "remark": "^8.0.0",
+ "remark-highlight.js": "^5.0.0",
+ "remark-html": "^6.0.1",
+ "remark-kbd": "^1.0.6",
+ "remark-line-input": "git+http://git.ache.one/remark-line-input/",
+ "remark-math": "^1.0.0",
+ "remark-mermaid-simple": "git+http://git.ache.one/remark-mermaid-simple/",
+ "remark-multiple-choice": "git+http://git.ache.one/remark-multiple-choice",
+ "remark-parse": "^5.0.0",
+ "remark-preset-lint-markdown-style-guide": "^2.1.1",
+ "remark-rehype": "^3.0.0",
+ "remark-select": "git+http://git.ache.one/remark-select/",
+ "remark-special-box": "git+http://git.ache.one/remark-special-box/",
+ "remark-text-input": "git+http://git.ache.one/remark-text-input/"
+ },
+ "author": "ache"
+}
diff --git a/remarkrc b/remarkrc
new file mode 100644
index 0000000..1a0cf11
--- /dev/null
+++ b/remarkrc
@@ -0,0 +1,16 @@
+{
+ "plugins": {
+ "remark-line-input":null,
+ "remark-text-input":null,
+ "remark-select":null,
+ "remark-multiple-choice":null,
+ "remark-special-box":null,
+ "remark-math":null,
+ "remark-kbd":null,
+ "remark-highlight.js":null,
+ "remark-rehype":{"allowDangerousHTML":true},
+ "rehype-katex":null,
+ "rehype-raw":null,
+ "rehype-stringify":null
+ }
+}