From e3d1fa158bc2b9022c5c0cdb620be9aa78952453 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Wed, 1 Jul 2020 11:39:34 +0200 Subject: fork README and LICENSE --- LICENSE | 4 +++- README.md | 22 +++++++++++++++++----- 2 files changed, 20 insertions(+), 6 deletions(-) diff --git a/LICENSE b/LICENSE index 69da849..85716fc 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,6 @@ -The CommonMark spec (spec.txt) and DTD (CommonMark.dtd) are +The CommonMark-RDF spec (spec.txt) and DTD (CommonMark.dtd) are + +Copyright 2020 Jonas Smedegaard Copyright (C) 2014-16 John MacFarlane diff --git a/README.md b/README.md index be3e4ba..b33bfa5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ -CommonMark -========== +CommonMark-RDF +============== -CommonMark is a rationalized version of Markdown syntax, +CommonMark-RDF is a rationalized version of Markdown syntax, +extended to support authoring semantic hints and produce html+RDFa. + 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. + Running tests against the spec ------------------------------ @@ -164,10 +169,16 @@ the canonical syntax description: - Fenced code blocks are supported, delimited by either backticks (```` ``` ````) or tildes (` ~~~ `). +- Semantic annotations are supported, + delimited by curly braces (` { ` ` } `). + Contributing ------------ -There is a [forum for discussing +Regarding semantic annotations, please join the Matrix chatroom +at . + +Regarding CommonMark generally, there is a [forum for discussing CommonMark](http://talk.commonmark.org); you should use it instead of github issues for questions and possibly open-ended discussions. Use the [github issue tracker](http://github.com/commonmark/CommonMark/issues) @@ -176,7 +187,8 @@ only for simple, clear, actionable issues. Authors ------- -The spec was written by John MacFarlane, drawing on +The spec was written by John MacFarlane and Jonas Smedegaard. +as a slight 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 -- cgit v1.2.3