Skip to content

Commit aa901da

Browse files
author
yaroslav
committed
update docs
1 parent 6a5da64 commit aa901da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

omd2tex/objects/quote.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def _apply_quote_type(self) -> BaseClass:
179179

180180
functions = {
181181
"example": lambda content: Paragraph(
182-
f"\\begin{{example}}\n{'\n'.join(content)}\n\\end{{example}}"
182+
"\\begin{example}\n" + "\n".join(content) + "\n\\end{example}"
183183
),
184184
"hidden": lambda content: Paragraph("", parse=False),
185185
"text": lambda content: Paragraph(content, parse=False),

0 commit comments

Comments
 (0)