diff options
| author | Jonas Smedegaard <dr@jones.dk> | 2025-04-08 14:56:40 +0200 |
|---|---|---|
| committer | Jonas Smedegaard <dr@jones.dk> | 2025-04-08 14:56:40 +0200 |
| commit | b81001d4d382ed8dbdf14e763338835c735c83cd (patch) | |
| tree | 9249936e6123d002c3c8c149a530fe18f3f420b9 | |
| parent | 2fbe90e86d3e8d7e38228e705aaef8397e3d7207 (diff) | |
update URI to CURIE definition
| -rw-r--r-- | _extensions/ruc-play/semantic-markdown/semantic-markdown.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_extensions/ruc-play/semantic-markdown/semantic-markdown.lua b/_extensions/ruc-play/semantic-markdown/semantic-markdown.lua index 92d9fa7..64bd7e3 100644 --- a/_extensions/ruc-play/semantic-markdown/semantic-markdown.lua +++ b/_extensions/ruc-play/semantic-markdown/semantic-markdown.lua @@ -60,7 +60,7 @@ os.setlocale 'C' -- TODO: cover non-ASCII Unicode characters -- @see <https://www.lua.org/manual/5.4/manual.html#6.5> --- Curie_long - CURIE with prefix and reference as set of chars ---- @see <https://www.w3.org/TR/rdfa-core/#h-s_curies> +--- @see <https://www.w3.org/TR/2010/NOTE-curie-20101216/> local _name_start_char = "A-Z_a-z" local _name_char = _name_start_char.."-0-9" local _reference = "[".._name_start_char.."][".._name_char.."]*" @@ -190,7 +190,7 @@ end --- @param inlines Markdown with semantic annotations as Inlines --- @returns Markdown stripped of semantic annotations as Inlines --- @see [Block]: <https://pandoc.org/lua-filters.html#type-block> ---- @see [CURIEs]: <https://www.w3.org/TR/rdfa-core/#s_curies> +--- @see [CURIEs]: <https://www.w3.org/TR/2010/NOTE-curie-20101216/> --- @see [issue#6038]: <https://github.com/jgm/pandoc/issues/6038> -- TODO: maybe instead as step #5 add/reuse hypermedia anchor function Statements (block) |
