1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

use forked markdown-it-math

This commit is contained in:
Dick Choi
2016-04-23 11:20:37 +09:00
parent 6099c91216
commit 3efe0c1ce2
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
import markdownit from 'markdown-it'
import emoji from 'markdown-it-emoji'
import math from 'markdown-it-math'
import math from '@rokt33r/markdown-it-math'
import hljs from 'highlight.js'
var md = markdownit({

View File

@@ -30,6 +30,7 @@
},
"homepage": "https://b00st.io",
"dependencies": {
"@rokt33r/markdown-it-math": "^4.0.1",
"@rokt33r/node-ipc": "^5.0.4",
"@rokt33r/sanitize-html": "^1.11.2",
"devicon": "^2.0.0",
@@ -41,7 +42,6 @@
"markdown-it": "^6.0.1",
"markdown-it-checkbox": "^1.1.0",
"markdown-it-emoji": "^1.1.1",
"markdown-it-math": "^3.0.2",
"md5": "^2.0.0",
"moment": "^2.10.3",
"superagent": "^1.2.0",

View File

@@ -31,7 +31,7 @@ var config = {
'highlight.js',
'markdown-it-emoji',
'fs-jetpack',
'markdown-it-math',
'@rokt33r/markdown-it-math',
'@rokt33r/sanitize-html',
'markdown-it-checkbox'
]