We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ccf11c commit b1586faCopy full SHA for b1586fa
jupyterlite_sphinx/_try_examples.py
@@ -226,7 +226,7 @@ def _process_literal_blocks(md_text):
226
indent_level = len(line) - len(line.lstrip())
227
228
if in_literal_block and (indent_level > 0 or line.strip() == ""):
229
- literal_block_accumulator.append(line.lstrip())
+ literal_block_accumulator.append(line.lstrip())
230
elif in_literal_block:
231
new_lines.extend(["```"] + literal_block_accumulator + ["```"])
232
literal_block_accumulator = []
0 commit comments