Skip to content

Commit

Permalink
fix link to mmark in comment
Browse files Browse the repository at this point in the history
this is now the same link as in the `README.md`
  • Loading branch information
mgred authored and kjk committed Jul 11, 2023
1 parent c84983b commit 11b03c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parser/parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const (
SuperSubscript // Super- and subscript support: 2^10^, H~2~O.
EmptyLinesBreakList // 2 empty lines break out of list
Includes // Support including other files.
Mmark // Support Mmark syntax, see https://mmark.nl/syntax
Mmark // Support Mmark syntax, see https://mmark.miek.nl/post/syntax/

CommonExtensions Extensions = NoIntraEmphasis | Tables | FencedCode |
Autolink | Strikethrough | SpaceHeadings | HeadingIDs |
Expand Down

0 comments on commit 11b03c0

Please sign in to comment.