mirror of
https://github.com/usememos/memos.git
synced 2024-12-26 15:13:10 +08:00
chore: fix restore tag node
This commit is contained in:
parent
d2a9aaa9d4
commit
ee13927607
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue