FIX: keep ruby & rt tags in html to markdown conversion.

This commit is contained in:
Vinoth Kannan 2019-12-05 21:18:00 +05:30
parent 11c4d5eda7
commit aa5d4e9f6e

View File

@ -489,6 +489,8 @@ function tags() {
Tag.keep("small"),
Tag.keep("big"),
Tag.keep("kbd"),
Tag.keep("ruby"),
Tag.keep("rt"),
Tag.li(),
Tag.link(),
Tag.image(),