FEATURE: allow ruby tags in Markdown

This commit is contained in:
Sam
2018-08-03 11:47:36 +10:00
parent 880462a41c
commit 280c318c49
2 changed files with 25 additions and 1 deletions

View File

@@ -183,5 +183,12 @@ const DEFAULT_LIST = [
"strong",
"sub",
"sup",
"ul"
"ul",
"ruby",
"ruby[lang]",
"rb",
"rb[lang]",
"rp",
"rt",
"rt[lang]"
];