Skip to content

Commit ab20412

Browse files
author
Evan Smith
committed
pre-commit formatting
1 parent 2cb176e commit ab20412

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mdformat_myst/plugin.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,9 @@ def _math_block_label_renderer(node: RenderTreeNode, context: RenderContext) ->
8585
return f"$${node.content}$$ ({node.info})"
8686

8787

88-
def _math_block_safe_blockquote_renderer(node: RenderTreeNode, context: RenderContext) -> str:
88+
def _math_block_safe_blockquote_renderer(
89+
node: RenderTreeNode, context: RenderContext
90+
) -> str:
8991
marker = "> "
9092
with context.indented(len(marker)):
9193
lines = []

0 commit comments

Comments
 (0)