aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2020-07-13 16:10:45 +0200
committerJonas Smedegaard <dr@jones.dk>2020-07-13 18:37:11 +0200
commit63be7a364876ca681f7d174452751e4ef61c0d64 (patch)
treec8b4c9d4c5d24465f05a931e500e624b4ea788dd
parent49482954ebb719288e710ec23abdd026cdcf1d79 (diff)
drop uncommented and seemingly irrelevant markdown-only example
-rw-r--r--README.md13
1 files changed, 0 insertions, 13 deletions
diff --git a/README.md b/README.md
index bf0cdfd..d11b5dc 100644
--- a/README.md
+++ b/README.md
@@ -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;