Skip to content

Commit

Permalink
馃摎 DOCS: Fix typo (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilk committed Jan 24, 2023
1 parent 9f642d0 commit 4e89474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/using.md
Expand Up @@ -330,7 +330,7 @@ md = MarkdownIt("commonmark", renderer_cls=MyRenderer)
md.render("*a*")
```

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).

```{code-cell} python
from markdown_it.renderer import RendererHTML
Expand Down

0 comments on commit 4e89474

Please sign in to comment.