From cb0c9b5086eebc44b9c802d6a4db3be63a715b68 Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Tue, 24 Jan 2023 18:57:47 +0100 Subject: [PATCH] Fix typo --- docs/using.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/using.md b/docs/using.md index 83872037..6bf09e46 100644 --- a/docs/using.md +++ b/docs/using.md @@ -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