From 05df0735d35a589bdc2a11fcdd764a10f700cb6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steffen=20R=C3=B6cker?= Date: Thu, 6 Mar 2025 08:12:09 +0100 Subject: [PATCH] fix(docs): Remove comma in convert/source curl example (#73) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Steffen Röcker Signed-off-by: Michele Dolfi Co-authored-by: Michele Dolfi --- .markdownlint-cli2.yaml | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.markdownlint-cli2.yaml b/.markdownlint-cli2.yaml index cc2c960..95d2b82 100644 --- a/.markdownlint-cli2.yaml +++ b/.markdownlint-cli2.yaml @@ -4,5 +4,7 @@ config: first-line-heading: false MD033: allowed_elements: ["details", "summary"] + MD024: + siblings_only: true globs: - "**/*.md" diff --git a/README.md b/README.md index ce9f9aa..c6b797b 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ curl -X 'POST' \ "return_as_file": false, "do_table_structure": true, "include_images": true, - "images_scale": 2, + "images_scale": 2 }, "http_sources": [{"url": "https://arxiv.org/pdf/2206.01062"}] }'