diff options
author | Jonas Smedegaard <dr@jones.dk> | 2020-07-13 16:10:45 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2020-07-13 18:37:11 +0200 |
commit | 63be7a364876ca681f7d174452751e4ef61c0d64 (patch) | |
tree | c8b4c9d4c5d24465f05a931e500e624b4ea788dd | |
parent | 49482954ebb719288e710ec23abdd026cdcf1d79 (diff) |
drop uncommented and seemingly irrelevant markdown-only example
-rw-r--r-- | README.md | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -699,19 +699,6 @@ Should yield </div> ``` -```markdown -{.schema:Event} - -* Date: 11/10 {schema:startDate} -* Meeting participants: {schema:attendee} - * Alice; - * Bob; -``` - -:::warning -:heavy_exclamation_mark: FIXME: unclear if example is relevant -::: - ### Indented lists Indented lists are key because they could make plain Markdown lists look like JSON-LD trees; |