View on GitHub

semplate

Markup generation from user defined templates with semantics

Representation of semantic metadata in markdown documents

Context and Problem Statement

Semantic information has to be inserted into the markdown document. How is this represented?

Considered Options

1) The sematic information is inserted into the text within brackets. e.g.

* The name of the author is Shakespeare 

2) The information inserted as a comment and includes the markdown information. e.g for GitHUb Markdown:

* The name of the author is Shakespeare <!--* The name of the author is  -->

Decision Outcome

The chosen option is 2, as this