Skip to content

Commit 4e89474

Browse files
authored
📚 DOCS: Fix typo (#230)
1 parent 9f642d0 commit 4e89474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/using.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ md = MarkdownIt("commonmark", renderer_cls=MyRenderer)
330330
md.render("*a*")
331331
```
332332

333-
Plugins can support multiple render types, using the `__ouput__` attribute (this is currently a Python only feature).
333+
Plugins can support multiple render types, using the `__output__` attribute (this is currently a Python only feature).
334334

335335
```{code-cell} python
336336
from markdown_it.renderer import RendererHTML

0 commit comments

Comments
 (0)