@ -11,11 +11,12 @@ Parkdown currently support the following block types:
* codeblocks *(with the ability to specify a language for the code block)*
* codeblocks *(with the ability to specify a language for the code block)*
* tables *(with alignment specification)*
* tables *(with alignment specification)*
* paragraphs
* paragraphs
* block quotes
### Supported inline types
### Supported inline types
Parkdown currently support the following block types:
Parkdown currently support the following block types:
* bold text (`**bold**`)
* bold text (`**bold**`)
* italic text (`*italic*`)
* italic text (`*italic*`)
* code snippets
* code snippets
* images (``)
* images (``)
@ -26,7 +27,6 @@ Parkdown currently support the following block types:
* references (`[marker]: URL`)
* references (`[marker]: URL`)
## Examples
## Examples
### 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)*
@ -43,6 +43,21 @@ or via reference to [a later defined url][massivedynamic], i we so desire.


### Block quotes
```markdown
> Only two things are infinite,
> the universe and hima stupidity,
> i am not totally shure about the universe, though...
> - Albert Einstein
```
> Only two things are infinite,
> the universe and hima stupidity,
> i am not totally shure about the universe, though...