summaryrefslogtreecommitdiff
path: root/remarkrc
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 /remarkrc
parentadd the image of the next article (diff)
config files of the news tools
Diffstat (limited to 'remarkrc')
-rw-r--r--remarkrc16
1 files changed, 16 insertions, 0 deletions
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
+ }
+}