diff options
-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. |