mirror of
https://github.com/usememos/memos.git
synced 2025-04-04 21:01:06 +02:00
chore: fix restore tag node
This commit is contained in:
parent
d2a9aaa9d4
commit
ee13927607
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user