sroecker dolfim-ibm commited on
Commit
c0c31c6
·
unverified ·
1 Parent(s): cb22f4b

fix(docs): Remove comma in convert/source curl example (#73)

Browse files

Signed-off-by: Steffen Röcker <[email protected]>
Signed-off-by: Michele Dolfi <[email protected]>
Co-authored-by: Michele Dolfi <[email protected]>

Files changed (2) hide show
  1. .markdownlint-cli2.yaml +2 -0
  2. 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
  }'