diff --git a/plugin/gomark/ast/inline.go b/plugin/gomark/ast/inline.go index a7f52cca..075c6b6d 100644 --- a/plugin/gomark/ast/inline.go +++ b/plugin/gomark/ast/inline.go @@ -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 {