From 8058392463b8fb7ae5e9b36d6f67d769d3efb6c4 Mon Sep 17 00:00:00 2001 From: Timur Osmanov Date: Tue, 20 Aug 2024 14:53:25 +0300 Subject: [PATCH] update README.md and bump version --- README.md | 2 ++ changelog.md | 4 ++++ setup.py | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c3d20a1..a3af76b 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,8 @@ Meanings of parameters: ## Usage +> The loose lists in the blockquote will be converted to tight lists after processing by the preprocessor + Below you can see an example of Markdown content with code blocks and inline code. # Heading diff --git a/changelog.md b/changelog.md index 2e03d1d..1d5109f 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,7 @@ +# 1.0.8 + +- fix: render loose lists + # 1.0.7 - fix: the bug of incorrect selection of the frontmatter has been fixed diff --git a/setup.py b/setup.py index 44b62b5..81f4b83 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ description=SHORT_DESCRIPTION, long_description=LONG_DESCRIPTION, long_description_content_type='text/markdown', - version='1.0.7', + version='1.0.8', author='Artemy Lomov', author_email='artemy@lomov.ru', url='https://github.com/foliant-docs/foliantcontrib.escapecode',