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 09299b1 commit 30e52ebCopy full SHA for 30e52eb
myst_parser/mdit_to_docutils/base.py
@@ -289,9 +289,7 @@ def _render_finalise(self) -> None:
289
)
290
substitution_node.source = self.document["source"]
291
substitution_node["names"].append(key)
292
- self.document.note_substitution_def(
293
- substitution_node, key
294
- )
+ self.document.note_substitution_def(substitution_node, key)
295
296
def nested_render_text(
297
self,
0 commit comments