fix export emoji in header (#1759)

This commit is contained in:
Ran Luo 2019-11-27 00:50:23 +08:00 committed by GitHub
parent c3f128e725
commit 7aa4d1b144
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,10 @@ TextRenderer.prototype.inlineMath = function (math, displayMode) {
return math
}
TextRenderer.prototype.emoji = function (text, emoji) {
return emoji
}
TextRenderer.prototype.link =
TextRenderer.prototype.image = function (href, title, text) {
return '' + text