diff --git a/README.md b/README.md index 3d8a796..5f45d7a 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,22 @@ or via reference to [a later defined url][massivedynamic], i we so desire. A simple paragraph can contain **bold text**, `inline codeblocks` and *italic text*. We can also link [with a direct url](https://google.com) *(i.e. to google)* or via reference to [a later defined url][massivedynamic], i we so desire. +Paragraphs can be annotated with `id` and `class` attributes: + +```markdown +Paragraphs can be annotated with ids and classes {.thisIsAClass, .anotherClass, #thisIsAnID} +``` + +results in + +Paragraphs can be annotated with ids and classes {.thisIsAClass, .anotherClass, #thisIsAnID} + +```html +
+ Paragraphs can be annotated with ids and classes +
+``` + ### Images ```markdown 