diff options
| author | Jonas Smedegaard <dr@jones.dk> | 2025-05-14 08:39:00 +0200 |
|---|---|---|
| committer | Jonas Smedegaard <dr@jones.dk> | 2025-05-14 08:39:00 +0200 |
| commit | 923a31a3f3a06a21ceaa77ebfa08b1c017b9ae94 (patch) | |
| tree | 1832e7088efe81beb2749da2df31f0d26d904604 | |
| parent | 69ea90c7cbac3e27a5240c97b7d00120a8541d39 (diff) | |
avoid trailing space in comment example, to silence luacheck
| -rw-r--r-- | _extensions/ruc-play/semantic-markdown/semantic-markdown.lua | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/_extensions/ruc-play/semantic-markdown/semantic-markdown.lua b/_extensions/ruc-play/semantic-markdown/semantic-markdown.lua index fb96abe..23dcff4 100644 --- a/_extensions/ruc-play/semantic-markdown/semantic-markdown.lua +++ b/_extensions/ruc-play/semantic-markdown/semantic-markdown.lua @@ -11,10 +11,10 @@ --- ```markdown --- # {=<#artwork> .:Image} Semantics --- ---- Simple ontological annotation: +--- Simple ontological annotation: --- [This][painting] is not a [pipe]. --- ---- Nested, mixed-use and custom-namespaced annotations: +--- Nested, mixed-use and custom-namespaced annotations: --- [[Ceci][painting] n'est pas une [pipe].]{lang=fr bibo:shortDescription} --- --- [painting]: {wd:Q1061035} @@ -48,10 +48,10 @@ --- --- --- # Semantics --- ---- Simple ontological annotation: +--- Simple ontological annotation: --- [This][painting] is not a [pipe]. --- ---- Nested, mixed-use and custom-namespaced annotations: +--- Nested, mixed-use and custom-namespaced annotations: --- [[Ceci][painting] n'est pas une [pipe].]{lang=fr} --- --- [painting]: https://www.wikidata.org/entity/Q1061035 @@ -71,7 +71,7 @@ --- prefix="bibo: http://purl.org/ontology/bibo/" --- resource="#artwork" typeof="Image"> --- <h1>Semantics</h1> ---- <p>Simple ontological annotation:<br /> +--- <p>Simple ontological annotation: --- <a property="depiction" --- href="https://www.wikidata.org/entity/Q1061035" --- title="A painting of a smoking pipe">This</a> @@ -80,7 +80,7 @@ --- href="https://www.wikidata.org/entity/Q104526" --- title="A smoking pipe">pipe</a>.</p> --- ---- <p>Nested, mixed-use and custom-namespaced annotations:<br /> +--- <p>Nested, mixed-use and custom-namespaced annotations: --- <span lang="fr" property="bibo:shortDescription"> --- <a property="depiction" --- href="https://www.wikidata.org/entity/Q1061035" |
