diff --git a/README.md b/README.md index 5f45d7a..f93c7d4 100644 --- a/README.md +++ b/README.md @@ -33,11 +33,11 @@ Parkdown currently support the following block types: ### Paragraphs ```markdown 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. +or via reference to [a later defined url][massivedynamic], if 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. +or via reference to [a later defined url][massivedynamic], if we so desire. Paragraphs can be annotated with `id` and `class` attributes: @@ -73,14 +73,14 @@ Paragraphs can be annotated with ids and classes {.thisIsAClass, .anotherClass, > Only two things are infinite, > the universe and human stupidity, > i am not totally shure about the universe, though... -> - Albert Einstein +> – Albert Einstein ``` > Only two things are infinite, > the universe and human stupidity, > i am not totally shure about the universe, though... -> - Albert Einstein +> – Albert Einstein ### Code blocks ```markdown