1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46: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({