Skip to content
This repository was archived by the owner on Oct 14, 2021. It is now read-only.

Commit d67256b

Browse files
bmarwelljohnoliver
authored andcommitted
[#124] use CommonMark for description fields
* HTML is not supported. * fixes #124.
1 parent 21105c8 commit d67256b

File tree

1 file changed

+9
-5
lines changed
  • adoptopenjdk-frontend-parent/adoptopenjdk-api-v3-frontend/src/main/kotlin/net/adoptopenjdk/api/v3

1 file changed

+9
-5
lines changed

adoptopenjdk-frontend-parent/adoptopenjdk-api-v3-frontend/src/main/kotlin/net/adoptopenjdk/api/v3/OpenApiDocs.kt

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,15 @@ object OpenApiDocs {
3030

3131
const val VERSION_RANGE =
3232
"""
33-
<p>Java version range (maven style) of versions to include.</p>
34-
<p>e.g: <code><ul><li>11.0.4.1+11.1</li><li>[1.0,2.0)</li><li>(,1.0]</li></ul></code></p>
35-
<p>Details of maven version ranges can be found at
36-
<a href="https://maven.apache.org/enforcer/enforcer-rules/versionRanges.html">https://maven.apache.org/enforcer/enforcer-rules/versionRanges.html<a>.
37-
</p>
33+
Java version range (maven style) of versions to include.
34+
35+
e.g:
36+
* `11.0.4.1+11.1`
37+
* `[1.0,2.0)`
38+
* `(,1.0]`
39+
40+
Details of maven version ranges can be found at
41+
<https://maven.apache.org/enforcer/enforcer-rules/versionRanges.html>
3842
"""
3943

4044
const val RELEASE_TYPE =

0 commit comments

Comments
 (0)