aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2020-07-01 11:54:33 +0200
committerJonas Smedegaard <dr@jones.dk>2020-07-01 11:54:33 +0200
commit89731b58291bd3eb57059478c22f502fd20a323c (patch)
tree019d7ca143b4dde4bdda8301120025683750de54
parent46da21c5e758331aff6846cf550ff4cb8afa4b23 (diff)
README: improve reference to fork diff
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 3f76fbb..410edcb 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][fork] to support authoring semantic hints and produce html+RDFa.
<!--
with a [spec][the spec] and BSD-licensed reference
implementations in C and JavaScript.
@@ -14,8 +14,6 @@ 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.
@@ -192,7 +190,7 @@ Authors
-------
The spec was written by John MacFarlane and Jonas Smedegaard.
-as a slight fork of CommonMark spec written by John MacFarlane, drawing on
+as a [fork] of CommonMark spec written by John MacFarlane, drawing on
- his experience writing and maintaining Markdown implementations in several
languages, including the first Markdown parser not based on regular
@@ -209,3 +207,5 @@ as a slight fork of CommonMark spec written by John MacFarlane, drawing on
Since the first announcement, many people have contributed ideas.
Kārlis Gaņģis was especially helpful in refining the rules for
emphasis, strong emphasis, links, and images.
+
+[fork]: <https://source.virtual-assembly.org/commonmark-rdf-spec/diff/spec.txt?id2=1103710025f340702edcb070be41f9982b6544d5>