Skip to content

Commit

Permalink
Enable Markdown extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
cmahnke committed Jun 7, 2024
1 parent a06f79a commit 76ed876
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,16 @@ enableGitInfo = true
attribute = true
strikethrough = true

[markup.goldmark.extensions.typographer]
[markup.goldmark.extensions.extras.insert]
enable = true
[markup.goldmark.extensions.extras.mark]
enable = true
[markup.goldmark.extensions.extras.subscript]
enable = true
[markup.goldmark.extensions.extras.superscript]
enable = true

[markup.goldmark.extensions.typographer]
apostrophe = '’'
disable = false
Expand Down

0 comments on commit 76ed876

Please sign in to comment.