From 27f3cdc97e760cc02ed565446337b672bae27175 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Boisg=C3=A9rault?= Date: Sat, 27 Jul 2024 13:04:25 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20Fix=20version=20in=20doc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mkdocs/api.md | 4 ++-- mkdocs/api.md.template | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mkdocs/api.md b/mkdocs/api.md index fca8b55..561d32a 100644 --- a/mkdocs/api.md +++ b/mkdocs/api.md @@ -366,8 +366,8 @@ from pandoc.types import * >>> pandoc.configure(read=True) # doctest: +ELLIPSIS, +NORMALIZE_WHITESPACE {'auto': False, 'path': ..., - 'version': '3.1.1', - 'pandoc_types_version': '1.23'} + 'version': '3.2', + 'pandoc_types_version': '1.23.1'} ```
See also
diff --git a/mkdocs/api.md.template b/mkdocs/api.md.template index 2aa5010..cd537ae 100644 --- a/mkdocs/api.md.template +++ b/mkdocs/api.md.template @@ -366,8 +366,8 @@ from pandoc.types import * >>> pandoc.configure(read=True) # doctest: +ELLIPSIS, +NORMALIZE_WHITESPACE {'auto': False, 'path': ..., - 'version': '3.1.1', - 'pandoc_types_version': '1.23'} + 'version': '3.2', + 'pandoc_types_version': '1.23.1'} ```
See also