We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 91cff6e + 01fa05f commit bc9fc7bCopy full SHA for bc9fc7b
3 files changed
package.json
@@ -170,6 +170,7 @@
170
"jsonlint": "~1.6.2",
171
"less": "~3.9.0",
172
"less-loader": "~4.1.0",
173
+ "markdown-it-ruby": "^0.1.1",
174
"mini-css-extract-plugin": "~0.4.1",
175
"mocha": "~5.2.0",
176
"mock-require": "~3.0.3",
public/docs/features.md
@@ -435,6 +435,7 @@ Subscript: H~2~O
435
436
==Marked text==
437
438
+{ruby base|rubytext}
439
440
### Blockquotes
441
public/js/extra.js
@@ -1001,6 +1001,7 @@ md.use(require('markdown-it-mathjax')({
1001
afterDisplayMath: '\\]</span>'
1002
}))
1003
md.use(require('markdown-it-imsize'))
1004
+md.use(require('markdown-it-ruby'))
1005
1006
md.use(require('markdown-it-emoji'), {
1007
shortcuts: {}
0 commit comments