chore: fix restore tag node

pull/2716/head
Steven 1 year ago
parent d2a9aaa9d4
commit ee13927607

@ -147,7 +147,7 @@ func (*Tag) Type() NodeType {
}
func (n *Tag) Restore() string {
return fmt.Sprintf("<%s>", n.Content)
return fmt.Sprintf("#%s", n.Content)
}
type Strikethrough struct {

Loading…
Cancel
Save