fixed typos in readme

master
Michael Ochmann 3 years ago
parent 507e1e4d26
commit efa8516a67
  1. 8
      README.md

@ -33,11 +33,11 @@ Parkdown currently support the following block types:
### Paragraphs ### Paragraphs
```markdown ```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)* 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)* 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: 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, > Only two things are infinite,
> the universe and human stupidity, > the universe and human stupidity,
> i am not totally shure about the universe, though... > i am not totally shure about the universe, though...
> - Albert Einstein > Albert Einstein
``` ```
> Only two things are infinite, > Only two things are infinite,
> the universe and human stupidity, > the universe and human stupidity,
> i am not totally shure about the universe, though... > i am not totally shure about the universe, though...
> - Albert Einstein > Albert Einstein
### Code blocks ### Code blocks
```markdown ```markdown

Loading…
Cancel
Save