51 lines
796 B
Markdown
51 lines
796 B
Markdown
# this is a header
|
|
## another header
|
|
|
|
This is some text.
|
|
Same paragraph [my link](https://github.com/vlang/v/blob/master/doc/docs.md).
|
|
|
|
Next paragraph.
|
|
|
|
- list item
|
|
- list item 2
|
|
- list item 3
|
|
- list item 4
|
|
|
|
|
|
!!another.action key:val key2:val2
|
|
!!actor.name k1:v1
|
|
k2:v2
|
|
|
|
# header2
|
|
text in paragraph
|
|
|
|
| Month | Savings |
|
|
| -------- | ------- |
|
|
| January | $250 |
|
|
| February | $80 |
|
|
| March | $420 |
|
|
|
|
```vlang
|
|
fn main(){
|
|
println('hello world')
|
|
}
|
|
```
|
|
|
|
```js
|
|
!!another.action2 key:val key2:val2
|
|
!!myactor.myname k1:v1
|
|
k2:v2
|
|
|
|
```
|
|
|
|
!!include this is an include
|
|
|
|
<html>text on same line as beginning tag is ignored
|
|
this text is part of the html element
|
|
# this header too
|
|
```
|
|
codeblock too
|
|
```
|
|
</html>this is ignored too
|
|
|
|
<!-- this is my comment --> |