diff options
author | Jonas Smedegaard <dr@jones.dk> | 2020-07-24 19:07:11 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2020-07-24 19:07:11 +0200 |
commit | fa15725226ef81c6b827cdfa634666a788e69e79 (patch) | |
tree | c383f07973d336f811e49e7a207533b3beca833d | |
parent | 848d1be3e3b1fada54a278494400cb84addacd4d (diff) |
sync with https://hackmd.io/KtR5fUhXRuS_XnNEo_gpow as of 2020-07-24T19:10
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -96,7 +96,7 @@ Would produce the following HTML+RDFa: ```html <div vocab="http://schema.org/"> - <h2 property="name">Specification meeting</h2> + <h2 typeof="Event" property="name">Specification meeting</h2> <ul> <li>Date: <span property="startDate">11/10</span></li> <li>Place: <span property="location">Our office, Street name, Paris</span></li> @@ -115,7 +115,6 @@ Would produce the following HTML+RDFa: </div> ``` - ## Annotation syntax Semantic Markdown is declared as sets of hints. |