Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix - example session containing empty space #265

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/examples/examples_md_default/array_additionalItems.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
| **Type** | `array` |
| **Required** | No |

**Example:**
**Example:**

```json
[
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/examples_md_default/array_example.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
| **Type** | `array of string` |
| **Required** | No |

**Example:**
**Example:**

```json
[
Expand Down Expand Up @@ -50,7 +50,7 @@
| **Type** | `string` |
| **Required** | No |

**Example:**
**Example:**

```json
"apple"
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/examples_md_default/prefixItems.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
| **Type** | `array` |
| **Required** | No |

**Example:**
**Example:**

```json
[
Expand Down
12 changes: 6 additions & 6 deletions docs/examples/examples_md_default/ref_with_other_elements.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@

**Description:** Unique Identifer

**Example:**
**Example:**

```json
"29292929292929292929292"
```

**Example:**
**Example:**

```json
"29292929292929292929292"
Expand All @@ -55,13 +55,13 @@

**Description:** first name

**Example:**
**Example:**

```json
"John"
```

**Example:**
**Example:**

```json
"John"
Expand All @@ -82,13 +82,13 @@

**Description:** last name

**Example:**
**Example:**

```json
"Doe"
```

**Example:**
**Example:**

```json
"Doe"
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/examples_md_default/top_level_array.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

**Description:** A string

**Example:**
**Example:**

```json
"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ornare mauris ac neque malesuada sagittis. Curabitur vel blandit tortor, at pharetra lorem. Curabitur rhoncus posuere purus ut fringilla. Aenean ac rhoncus enim. Nullam ac consectetur est. Etiam vel congue tellus, ac fermentum lectus. Sed accumsan diam libero, a tincidunt mauris feugiat vitae. Nulla eu bibendum sem, quis finibus libero. Cras metus augue, aliquam at finibus elementum, mollis sed dui. Nulla quis facilisis tortor, ut sollicitudin nunc. Mauris diam nisi, ullamcorper at dignissim in, mollis ut felis. Fusce in libero facilisis, venenatis quam nec, ultrices leo. Cras tempus tristique leo ultrices pulvinar. Duis et leo quis dolor lacinia sagittis. Etiam rhoncus, nisl nec elementum auctor, enim lectus dignissim ipsum, sed consectetur mi magna eget mauris. Donec nunc augue, lacinia id nunc sit amet, accumsan posuere lorem. Sed orci neque, commodo ac nibh sit amet, euismod lacinia purus. Quisque non suscipit nibh, at auctor odio. Quisque facilisis tellus nunc. Integer interdum augue ut elit dictum eleifend. Integer bibendum convallis nisl, ut iaculis ligula vehicula et. Nunc ac diam vel arcu fringilla ullamcorper. "
Expand Down
8 changes: 4 additions & 4 deletions docs/examples/examples_md_default/with_examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

**Description:** the person's first name

**Examples:**
**Examples:**

```json
"Guido"
Expand All @@ -52,7 +52,7 @@

**Description:** The person's last name.

**Example:**
**Example:**

```json
"Van Rossum"
Expand All @@ -69,7 +69,7 @@

**Description:** Age in years which must be equal to or greater than zero.

**Example:**
**Example:**

```json
64
Expand All @@ -89,7 +89,7 @@

**Description:** Any more info you want as an object

**Example:**
**Example:**

```json
{
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/examples_md_default/with_special_chars.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
| **Type** | `string` |
| **Required** | No |

**Examples:**
**Examples:**

```json
"🖖"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Must be one of:
* "SW"
* "SE"

**Example:**
**Example:**

```json
[
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/examples_md_nested_default/array_example.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@
| **Type** | `string` |
| **Required** | No |

**Example:**
**Example:**

```json
"apple"
```

**Example:**
**Example:**

```json
[
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/examples_md_nested_default/prefixItems.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Must be one of:
* "SW"
* "SE"

**Example:**
**Example:**

```json
[
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
| **Min length** | 5 |
| **Max length** | 250 |

**Example:**
**Example:**

```json
"29292929292929292929292"
Expand Down Expand Up @@ -61,7 +61,7 @@
| **Min length** | 10 |
| **Max length** | 250 |

**Example:**
**Example:**

```json
"John"
Expand Down Expand Up @@ -90,7 +90,7 @@
| **Min length** | 5 |
| **Max length** | 10 |

**Example:**
**Example:**

```json
"Doe"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

**Description:** A string

**Example:**
**Example:**

```json
"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ornare mauris ac neque malesuada sagittis. Curabitur vel blandit tortor, at pharetra lorem. Curabitur rhoncus posuere purus ut fringilla. Aenean ac rhoncus enim. Nullam ac consectetur est. Etiam vel congue tellus, ac fermentum lectus. Sed accumsan diam libero, a tincidunt mauris feugiat vitae. Nulla eu bibendum sem, quis finibus libero. Cras metus augue, aliquam at finibus elementum, mollis sed dui. Nulla quis facilisis tortor, ut sollicitudin nunc. Mauris diam nisi, ullamcorper at dignissim in, mollis ut felis. Fusce in libero facilisis, venenatis quam nec, ultrices leo. Cras tempus tristique leo ultrices pulvinar. Duis et leo quis dolor lacinia sagittis. Etiam rhoncus, nisl nec elementum auctor, enim lectus dignissim ipsum, sed consectetur mi magna eget mauris. Donec nunc augue, lacinia id nunc sit amet, accumsan posuere lorem. Sed orci neque, commodo ac nibh sit amet, euismod lacinia purus. Quisque non suscipit nibh, at auctor odio. Quisque facilisis tellus nunc. Integer interdum augue ut elit dictum eleifend. Integer bibendum convallis nisl, ut iaculis ligula vehicula et. Nunc ac diam vel arcu fringilla ullamcorper. "
Expand Down
8 changes: 4 additions & 4 deletions docs/examples/examples_md_nested_default/with_examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

**Description:** the person's first name

**Examples:**
**Examples:**

```json
"Guido"
Expand Down Expand Up @@ -57,7 +57,7 @@

**Description:** The person's last name.

**Example:**
**Example:**

```json
"Van Rossum"
Expand Down Expand Up @@ -86,7 +86,7 @@
| ------------ | ------ |
| **Minimum** | ≥ 0 |

**Example:**
**Example:**

```json
64
Expand All @@ -110,7 +110,7 @@

**Description:** Any more info you want as an object

**Example:**
**Example:**

```json
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
| **Type** | `string` |
| **Required** | No |

**Examples:**
**Examples:**

```json
"🖖"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Must be one of:
* "SW"
* "SE"

**Example:**
**Example:**

```json
[
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/examples_md_nested_with_badges/array_example.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@
| -------- | -------- |
| **Type** | `string` |

**Example:**
**Example:**

```json
"apple"
```

**Example:**
**Example:**

```json
[
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Must be one of:
* "SW"
* "SE"

**Example:**
**Example:**

```json
[
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
| **Min length** | 5 |
| **Max length** | 250 |

**Example:**
**Example:**

```json
"29292929292929292929292"
Expand Down Expand Up @@ -58,7 +58,7 @@
| **Min length** | 10 |
| **Max length** | 250 |

**Example:**
**Example:**

```json
"John"
Expand Down Expand Up @@ -86,7 +86,7 @@
| **Min length** | 5 |
| **Max length** | 10 |

**Example:**
**Example:**

```json
"Doe"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

**Description:** A string

**Example:**
**Example:**

```json
"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ornare mauris ac neque malesuada sagittis. Curabitur vel blandit tortor, at pharetra lorem. Curabitur rhoncus posuere purus ut fringilla. Aenean ac rhoncus enim. Nullam ac consectetur est. Etiam vel congue tellus, ac fermentum lectus. Sed accumsan diam libero, a tincidunt mauris feugiat vitae. Nulla eu bibendum sem, quis finibus libero. Cras metus augue, aliquam at finibus elementum, mollis sed dui. Nulla quis facilisis tortor, ut sollicitudin nunc. Mauris diam nisi, ullamcorper at dignissim in, mollis ut felis. Fusce in libero facilisis, venenatis quam nec, ultrices leo. Cras tempus tristique leo ultrices pulvinar. Duis et leo quis dolor lacinia sagittis. Etiam rhoncus, nisl nec elementum auctor, enim lectus dignissim ipsum, sed consectetur mi magna eget mauris. Donec nunc augue, lacinia id nunc sit amet, accumsan posuere lorem. Sed orci neque, commodo ac nibh sit amet, euismod lacinia purus. Quisque non suscipit nibh, at auctor odio. Quisque facilisis tellus nunc. Integer interdum augue ut elit dictum eleifend. Integer bibendum convallis nisl, ut iaculis ligula vehicula et. Nunc ac diam vel arcu fringilla ullamcorper. "
Expand Down
8 changes: 4 additions & 4 deletions docs/examples/examples_md_nested_with_badges/with_examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

**Description:** the person's first name

**Examples:**
**Examples:**

```json
"Guido"
Expand All @@ -54,7 +54,7 @@

**Description:** The person's last name.

**Example:**
**Example:**

```json
"Van Rossum"
Expand Down Expand Up @@ -82,7 +82,7 @@
| ------------ | ------ |
| **Minimum** | ≥ 0 |

**Example:**
**Example:**

```json
64
Expand All @@ -105,7 +105,7 @@

**Description:** Any more info you want as an object

**Example:**
**Example:**

```json
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
| -------- | -------- |
| **Type** | `string` |

**Examples:**
**Examples:**

```json
"🖖"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
| -------- | ------- |
| **Type** | `array` |

**Example:**
**Example:**

```json
[
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/examples_md_with_badges/array_example.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
| -------- | ----------------- |
| **Type** | `array of string` |

**Example:**
**Example:**

```json
[
Expand All @@ -47,7 +47,7 @@
| -------- | -------- |
| **Type** | `string` |

**Example:**
**Example:**

```json
"apple"
Expand Down
Loading