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 a5225e7 commit 2e9aa92Copy full SHA for 2e9aa92
test/python/markdown_testing/markdown_testing.py
@@ -83,7 +83,7 @@ def get_execution_language(self) -> str:
83
return self.node.get('lang', '')
84
85
def expand(self) -> str:
86
- return self.get_text().replace("<<", "{").replace(">>", "}").format(**self._local_vars)
+ return self.get_text().replace("<", "{").replace(">", "}").format(**self._local_vars)
87
88
def __str__(self):
89
return json.dumps(self.node, indent=2)
0 commit comments