mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: fix restore tag node
This commit is contained in:
@ -147,7 +147,7 @@ func (*Tag) Type() NodeType {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (n *Tag) Restore() string {
|
func (n *Tag) Restore() string {
|
||||||
return fmt.Sprintf("<%s>", n.Content)
|
return fmt.Sprintf("#%s", n.Content)
|
||||||
}
|
}
|
||||||
|
|
||||||
type Strikethrough struct {
|
type Strikethrough struct {
|
||||||
|
Reference in New Issue
Block a user