Spaces:
Configuration error
Configuration error
fix(docs): Remove comma in convert/source curl example (#73)
Browse filesSigned-off-by: Steffen Röcker <[email protected]>
Signed-off-by: Michele Dolfi <[email protected]>
Co-authored-by: Michele Dolfi <[email protected]>
- .markdownlint-cli2.yaml +2 -0
- README.md +1 -1
.markdownlint-cli2.yaml
CHANGED
@@ -4,5 +4,7 @@ config:
|
|
4 |
first-line-heading: false
|
5 |
MD033:
|
6 |
allowed_elements: ["details", "summary"]
|
|
|
|
|
7 |
globs:
|
8 |
- "**/*.md"
|
|
|
4 |
first-line-heading: false
|
5 |
MD033:
|
6 |
allowed_elements: ["details", "summary"]
|
7 |
+
MD024:
|
8 |
+
siblings_only: true
|
9 |
globs:
|
10 |
- "**/*.md"
|
README.md
CHANGED
@@ -104,7 +104,7 @@ curl -X 'POST' \
|
|
104 |
"return_as_file": false,
|
105 |
"do_table_structure": true,
|
106 |
"include_images": true,
|
107 |
-
"images_scale": 2
|
108 |
},
|
109 |
"http_sources": [{"url": "https://arxiv.org/pdf/2206.01062"}]
|
110 |
}'
|
|
|
104 |
"return_as_file": false,
|
105 |
"do_table_structure": true,
|
106 |
"include_images": true,
|
107 |
+
"images_scale": 2
|
108 |
},
|
109 |
"http_sources": [{"url": "https://arxiv.org/pdf/2206.01062"}]
|
110 |
}'
|