Skip to content

Commit 67da229

Browse files
authored
chore: Add to config how quotes to be converted to straight instead of curly in HTML (#1361)
1 parent de9ea58 commit 67da229

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config/_default/config.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ enableGitInfo = true
3636
unsafe = true
3737
[markup.highlight]
3838
guessSyntax = true
39+
[markup.goldmark.extensions.typographer]
40+
rightDoubleQuote = '"'
41+
leftDoubleQuote = '"'
42+
rightSingleQuote = '''
43+
leftSingleQuote = '''
3944

4045
[params]
4146
useSectionPageLists = "false"

0 commit comments

Comments
 (0)