diff options
Diffstat (limited to 'docs/writing_extensions.txt')
-rw-r--r-- | docs/writing_extensions.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/writing_extensions.txt b/docs/writing_extensions.txt index 29d80e0..77c6bde 100644 --- a/docs/writing_extensions.txt +++ b/docs/writing_extensions.txt @@ -385,6 +385,8 @@ arguments: Some other things you may want to access in the markdown instance are: * ``md.htmlStash`` + * ``md.output_formats`` + * ``md.set_output_format()`` * ``md.registerExtension()`` * **``md_globals``**: |