🐛 行内公式导出被字母 a 和 b 包裹 Fix https://github.com/siyuan-note/siyuan/issues/5820
This commit is contained in:
parent
4c13bb77b2
commit
26b15eaa3f
1 changed files with 0 additions and 1 deletions
|
@ -975,7 +975,6 @@ func renderExportMdMathBlockContent(r *render.FormatRenderer, node *ast.Node, en
|
|||
func renderExportMdInlineMathContent(r *render.FormatRenderer, node *ast.Node, entering bool) ast.WalkStatus {
|
||||
if entering {
|
||||
tokens := html.UnescapeHTML(node.Tokens)
|
||||
tokens = gulu.Str.ToBytes("a" + gulu.Str.FromBytes(tokens) + "b")
|
||||
r.Write(tokens)
|
||||
}
|
||||
return ast.WalkContinue
|
||||
|
|
Loading…
Add table
Reference in a new issue