aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/core/lv2core.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'lv2/core/lv2core.ttl')
-rw-r--r--lv2/core/lv2core.ttl12
1 files changed, 12 insertions, 0 deletions
diff --git a/lv2/core/lv2core.ttl b/lv2/core/lv2core.ttl
index b830e1a..aa8a192 100644
--- a/lv2/core/lv2core.ttl
+++ b/lv2/core/lv2core.ttl
@@ -17,6 +17,18 @@ lv2:Specification
so hosts may discover <em>all</em> present LV2 data.</p>
""" .
+lv2:Markdown
+ a rdfs:Datatype ;
+ owl:onDatatype xsd:string ;
+ lv2:documentation """
+<p>A string in <a href="https://daringfireball.net/projects/markdown/syntax">Markdown</a> syntax.</p>
+
+<p>Generally, documentation with this datatype should stay as close to readable
+plain text as possible, but may use core Markdown syntax for nicer
+presentation. Documentation can assume that basic extensions like codehilite
+and tables are available.</p>
+""" .
+
lv2:documentation
a rdf:Property ,
owl:AnnotationProperty ;