mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: update inline parser
This commit is contained in:
@ -149,7 +149,7 @@ func (r *HTMLRender) renderText(node *ast.Text) {
|
||||
|
||||
func (r *HTMLRender) renderBold(node *ast.Bold) {
|
||||
r.output.WriteString("<strong>")
|
||||
r.output.WriteString(node.Content)
|
||||
r.RenderNodes(node.Children)
|
||||
r.output.WriteString("</strong>")
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user