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 md template not rendered as list #266

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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: 2 additions & 0 deletions docs/examples/examples_md_default/array_additionalItems.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
| **Required** | No |

Must be one of:

* "Street"
* "Avenue"
* "Boulevard"
Expand All @@ -99,6 +100,7 @@ Must be one of:
| **Required** | No |

Must be one of:

* "NW"
* "NE"
* "SW"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
| **Required** | No |

Must be one of:

* "Street"
* "Avenue"
* "Boulevard"
Expand All @@ -60,6 +61,7 @@ Must be one of:
| **Required** | No |

Must be one of:

* "NW"
* "NE"
* "SW"
Expand Down
1 change: 1 addition & 0 deletions docs/examples/examples_md_default/conditional_subschema.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
| **Required** | No |

Must be one of:

* "United States of America"
* "Canada"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@
| **Required** | No |

Must be one of:

* "United States of America"
* "Canada"
* "Netherlands"
Expand Down
1 change: 1 addition & 0 deletions docs/examples/examples_md_default/enumofnone.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
**Description:** enumOfNone

Must be one of:

* null

----------------------------------------------------------------------------------------------------------------------------
Expand Down
2 changes: 2 additions & 0 deletions docs/examples/examples_md_default/prefixItems.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
| **Required** | No |

Must be one of:

* "Street"
* "Avenue"
* "Boulevard"
Expand All @@ -94,6 +95,7 @@ Must be one of:
| **Required** | No |

Must be one of:

* "NW"
* "NE"
* "SW"
Expand Down
1 change: 1 addition & 0 deletions docs/examples/examples_md_default/ref_merge.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
**Description:** This is the description from the definition

Must be one of:

* "value1"
* "value2"

Expand Down
16 changes: 16 additions & 0 deletions docs/examples/examples_md_default/ref_with_tabs.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@
**Description:** Signature algorithm. The currently recognized JWA [RFC7518] and RFC8037 [RFC8037] asymmetric key algorithms. Note: Unlike RFC8037 [RFC8037] JSF requires explicit Ed* algorithm names instead of "EdDSA".

Must be one of:

* "RS256"
* "RS384"
* "RS512"
Expand Down Expand Up @@ -352,6 +353,7 @@ Must be one of:
**Description:** EC curve name.

Must be one of:

* "P-256"
* "P-384"
* "P-521"
Expand Down Expand Up @@ -422,6 +424,7 @@ Must be one of:
**Description:** EdDSA curve name.

Must be one of:

* "Ed25519"
* "Ed448"

Expand Down Expand Up @@ -501,6 +504,7 @@ Must be one of:
**Description:** Key type indicator.

Must be one of:

* "EC"
* "OKP"
* "RSA"
Expand Down Expand Up @@ -667,6 +671,7 @@ Must be one of:
**Description:** Signature algorithm. The currently recognized JWA [RFC7518] and RFC8037 [RFC8037] asymmetric key algorithms. Note: Unlike RFC8037 [RFC8037] JSF requires explicit Ed* algorithm names instead of "EdDSA".

Must be one of:

* "RS256"
* "RS384"
* "RS512"
Expand Down Expand Up @@ -774,6 +779,7 @@ Must be one of:
**Description:** EC curve name.

Must be one of:

* "P-256"
* "P-384"
* "P-521"
Expand Down Expand Up @@ -844,6 +850,7 @@ Must be one of:
**Description:** EdDSA curve name.

Must be one of:

* "Ed25519"
* "Ed448"

Expand Down Expand Up @@ -923,6 +930,7 @@ Must be one of:
**Description:** Key type indicator.

Must be one of:

* "EC"
* "OKP"
* "RSA"
Expand Down Expand Up @@ -1105,6 +1113,7 @@ Must be one of:
**Description:** Signature algorithm. The currently recognized JWA [RFC7518] and RFC8037 [RFC8037] asymmetric key algorithms. Note: Unlike RFC8037 [RFC8037] JSF requires explicit Ed* algorithm names instead of "EdDSA".

Must be one of:

* "RS256"
* "RS384"
* "RS512"
Expand Down Expand Up @@ -1212,6 +1221,7 @@ Must be one of:
**Description:** EC curve name.

Must be one of:

* "P-256"
* "P-384"
* "P-521"
Expand Down Expand Up @@ -1282,6 +1292,7 @@ Must be one of:
**Description:** EdDSA curve name.

Must be one of:

* "Ed25519"
* "Ed448"

Expand Down Expand Up @@ -1361,6 +1372,7 @@ Must be one of:
**Description:** Key type indicator.

Must be one of:

* "EC"
* "OKP"
* "RSA"
Expand Down Expand Up @@ -1527,6 +1539,7 @@ Must be one of:
**Description:** Signature algorithm. The currently recognized JWA [RFC7518] and RFC8037 [RFC8037] asymmetric key algorithms. Note: Unlike RFC8037 [RFC8037] JSF requires explicit Ed* algorithm names instead of "EdDSA".

Must be one of:

* "RS256"
* "RS384"
* "RS512"
Expand Down Expand Up @@ -1634,6 +1647,7 @@ Must be one of:
**Description:** EC curve name.

Must be one of:

* "P-256"
* "P-384"
* "P-521"
Expand Down Expand Up @@ -1704,6 +1718,7 @@ Must be one of:
**Description:** EdDSA curve name.

Must be one of:

* "Ed25519"
* "Ed448"

Expand Down Expand Up @@ -1783,6 +1798,7 @@ Must be one of:
**Description:** Key type indicator.

Must be one of:

* "EC"
* "OKP"
* "RSA"
Expand Down
2 changes: 2 additions & 0 deletions docs/examples/examples_md_default/with_default.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
| **Default** | `"Linux"` |

Must be one of:

* "Windows"
* "Mac"
* "Linux"
Expand Down Expand Up @@ -60,6 +61,7 @@ Must be one of:
| **Required** | No |

Must be one of:

* "green"
* "blue"
* "orange"
Expand Down
2 changes: 2 additions & 0 deletions docs/examples/examples_md_nested_default/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ This file contains the logic for the anchor links.
`md_nested` is the markdown template with collapsible nested sections.

Must be one of:

* "flat"
* "js"
* "js_offline"
Expand Down Expand Up @@ -549,6 +550,7 @@ Adding an extra, even if the value is false, will activate it. For example `{"br
| **Required** | No |

Must be one of:

* "Property"
* "Pattern"
* "Type"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
| **Required** | No |

Must be one of:

* "Street"
* "Avenue"
* "Boulevard"
Expand All @@ -86,6 +87,7 @@ Must be one of:
| **Required** | No |

Must be one of:

* "NW"
* "NE"
* "SW"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
| **Required** | No |

Must be one of:

* "Street"
* "Avenue"
* "Boulevard"
Expand All @@ -60,6 +61,7 @@ Must be one of:
| **Required** | No |

Must be one of:

* "NW"
* "NE"
* "SW"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
| **Required** | No |

Must be one of:

* "United States of America"
* "Canada"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@
| **Required** | No |

Must be one of:

* "United States of America"
* "Canada"
* "Netherlands"
Expand Down
1 change: 1 addition & 0 deletions docs/examples/examples_md_nested_default/enumofnone.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
**Description:** enumOfNone

Must be one of:

* null

</blockquote>
Expand Down
2 changes: 2 additions & 0 deletions docs/examples/examples_md_nested_default/prefixItems.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
| **Required** | No |

Must be one of:

* "Street"
* "Avenue"
* "Boulevard"
Expand All @@ -83,6 +84,7 @@ Must be one of:
| **Required** | No |

Must be one of:

* "NW"
* "NE"
* "SW"
Expand Down
1 change: 1 addition & 0 deletions docs/examples/examples_md_nested_default/ref_merge.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
**Description:** This is the description from the definition

Must be one of:

* "value1"
* "value2"

Expand Down
Loading