diff options
Diffstat (limited to 'modules/markup/markdown/math/inline_node.go')
-rw-r--r-- | modules/markup/markdown/math/inline_node.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/markup/markdown/math/inline_node.go b/modules/markup/markdown/math/inline_node.go index 2221a251bf..1e4034d54b 100644 --- a/modules/markup/markdown/math/inline_node.go +++ b/modules/markup/markdown/math/inline_node.go @@ -8,7 +8,7 @@ import ( "github.com/yuin/goldmark/util" ) -// Inline represents inline math e.g. $...$ or \(...\) +// Inline struct represents inline math e.g. $...$ or \(...\) type Inline struct { ast.BaseInline } |