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 9f642d0 commit 4e89474Copy full SHA for 4e89474
docs/using.md
@@ -330,7 +330,7 @@ md = MarkdownIt("commonmark", renderer_cls=MyRenderer)
330
md.render("*a*")
331
```
332
333
-Plugins can support multiple render types, using the `__ouput__` attribute (this is currently a Python only feature).
+Plugins can support multiple render types, using the `__output__` attribute (this is currently a Python only feature).
334
335
```{code-cell} python
336
from markdown_it.renderer import RendererHTML
0 commit comments