aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2020-07-01 11:51:56 +0200
committerJonas Smedegaard <dr@jones.dk>2020-07-01 11:51:56 +0200
commit46da21c5e758331aff6846cf550ff4cb8afa4b23 (patch)
treedaf0163f0bbc005c0b20635343d26efd9bd23f93
parent6e26df1d91f501405e7806a8962aac4e18167feb (diff)
README: link to diff of fork
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6014cfe..3f76fbb 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@ CommonMark-RDF
==============
CommonMark-RDF is a rationalized version of Markdown syntax,
-extended to support authoring semantic hints and produce html+RDFa.
+[extended] to support authoring semantic hints and produce html+RDFa.
<!--
with a [spec][the spec] and BSD-licensed reference
implementations in C and JavaScript.
@@ -14,6 +14,8 @@ implementations in C and JavaScript.
For more details, see <http://commonmark.org>.
-->
+[extended]: <https://source.virtual-assembly.org/commonmark-rdf-spec/diff/spec.txt?id2=1103710025f340702edcb070be41f9982b6544d5>
+
This repository contains the spec itself, along with tools for
running tests against the spec, and for creating HTML and PDF versions
of the spec.