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:
@@ -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({
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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'
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user