File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 170170 "jsonlint" : " ~1.6.2" ,
171171 "less" : " ~3.9.0" ,
172172 "less-loader" : " ~4.1.0" ,
173+ "markdown-it-ruby" : " ^0.1.1" ,
173174 "mini-css-extract-plugin" : " ~0.4.1" ,
174175 "mocha" : " ~5.2.0" ,
175176 "mock-require" : " ~3.0.3" ,
Original file line number Diff line number Diff line change @@ -435,6 +435,7 @@ Subscript: H~2~O
435435
436436==Marked text==
437437
438+ {ruby base|rubytext}
438439
439440### Blockquotes
440441
Original file line number Diff line number Diff line change @@ -1001,6 +1001,7 @@ md.use(require('markdown-it-mathjax')({
10011001 afterDisplayMath : '\\]</span>'
10021002} ) )
10031003md . use ( require ( 'markdown-it-imsize' ) )
1004+ md . use ( require ( 'markdown-it-ruby' ) )
10041005
10051006md . use ( require ( 'markdown-it-emoji' ) , {
10061007 shortcuts : { }
You can’t perform that action at this time.
0 commit comments