mirror of
https://github.com/marktext/marktext.git
synced 2025-05-04 14:40:45 +08:00
fix export emoji in header (#1759)
This commit is contained in:
parent
c3f128e725
commit
7aa4d1b144
@ -19,6 +19,10 @@ TextRenderer.prototype.inlineMath = function (math, displayMode) {
|
|||||||
return math
|
return math
|
||||||
}
|
}
|
||||||
|
|
||||||
|
TextRenderer.prototype.emoji = function (text, emoji) {
|
||||||
|
return emoji
|
||||||
|
}
|
||||||
|
|
||||||
TextRenderer.prototype.link =
|
TextRenderer.prototype.link =
|
||||||
TextRenderer.prototype.image = function (href, title, text) {
|
TextRenderer.prototype.image = function (href, title, text) {
|
||||||
return '' + text
|
return '' + text
|
||||||
|
Loading…
Reference in New Issue
Block a user