Skip to content

Commit 6ec9f48

Browse files
committed
Remove new lines around pandoc.blocks.CodeBlock
1 parent 8afb76f commit 6ec9f48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

quartodoc/pandoc/blocks.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,10 @@ def __str__(self):
174174
return f"{hashes} {content}{attr}"
175175

176176

177-
CodeBlock_TPL = """
177+
CodeBlock_TPL = """\
178178
```{attr}
179179
{content}
180-
```
180+
```\
181181
"""
182182

183183

0 commit comments

Comments
 (0)