aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/atom/atom.meta.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-10-16 12:12:14 +0200
committerDavid Robillard <d@drobilla.net>2020-10-16 12:29:29 +0200
commitf207706a7ca2050ae86a468b416f45309cbfc591 (patch)
tree08429fe1b3261ea905d57ca5ef18f807213827bb /lv2/atom/atom.meta.ttl
parent9e46d4a8323e9a91480631980a984700b76a09bd (diff)
downloadlv2-f207706a7ca2050ae86a468b416f45309cbfc591.tar.xz
Fix HTML character entities in documentation
Not all of these actually show up in the output, but it's unnecessary to use these in Markdown anyway.
Diffstat (limited to 'lv2/atom/atom.meta.ttl')
-rw-r--r--lv2/atom/atom.meta.ttl8
1 files changed, 4 insertions, 4 deletions
diff --git a/lv2/atom/atom.meta.ttl b/lv2/atom/atom.meta.ttl
index 7b04180..9d714d8 100644
--- a/lv2/atom/atom.meta.ttl
+++ b/lv2/atom/atom.meta.ttl
@@ -214,8 +214,8 @@ string in any language or a value of any type. A Literal has a
encoding. The length of the string data in bytes is `size -
sizeof(LV2_Atom_Literal)`, including the terminating NULL character. The
`lang` field SHOULD be a URI of the form
-&lt;http://lexvo.org/id/iso639-3/LANG&gt; or
-&lt;http://lexvo.org/id/iso639-1/LANG&gt; where LANG is a 3-character ISO 693-3
+`http://lexvo.org/id/iso639-3/LANG` or
+`http://lexvo.org/id/iso639-1/LANG` where LANG is a 3-character ISO 693-3
language code, or a 2-character ISO 693-1 language code, respectively.
A Literal may have a `datatype` or a `lang`, but never both.
@@ -484,7 +484,7 @@ MUST be a sub-class of atom:Atom. For example, an input port that is connected
directly to an LV2_Atom_Double value is described like so:
:::turtle
- &lt;plugin&gt;
+ <plugin>
lv2:port [
a lv2:InputPort , atom:AtomPort ;
atom:bufferType atom:Double ;
@@ -508,7 +508,7 @@ expected by a port. For example, a port that receives MIDI events is described
like so:
:::turtle
- &lt;plugin&gt;
+ <plugin>
lv2:port [
a lv2:InputPort , atom:AtomPort ;
atom:bufferType atom:Sequence ;