2022-11-01 14:01:28 +00:00
|
|
|
---
|
|
|
|
name: Sup
|
|
|
|
---
|
|
|
|
# Hello world
|
|
|
|
This is **bold** and _italic_, or *italic*. And a **_mix_**. And ==highlight==!
|
|
|
|
|
|
|
|
This is one line
|
|
|
|
and this another.
|
|
|
|
|
|
|
|
Lists:
|
|
|
|
* This
|
|
|
|
* Is a
|
|
|
|
* list
|
|
|
|
* And here we go nested
|
|
|
|
1. This is a numbered
|
|
|
|
2. Two
|
|
|
|
* And different
|
|
|
|
* Bla
|
|
|
|
* More bla
|
|
|
|
|
|
|
|
And:
|
|
|
|
|
|
|
|
1. Numbered
|
|
|
|
2. Two
|
|
|
|
|
|
|
|
## Second heading
|
|
|
|
|
|
|
|
And some
|
|
|
|
|
|
|
|
```
|
|
|
|
Code
|
|
|
|
bla
|
|
|
|
bla
|
|
|
|
|
|
|
|
bla
|
|
|
|
```
|
|
|
|
|
|
|
|
And like this:
|
|
|
|
|
|
|
|
More code
|
|
|
|
Bla
|
|
|
|
|
|
|
|
And a blockquote:
|
|
|
|
|
|
|
|
> Sup yo
|
|
|
|
> Empty line
|
|
|
|
> Second part
|
|
|
|
|
|
|
|
<!-- this is a comment -->
|
|
|
|
|
|
|
|
And more custom stuff
|
|
|
|
[[Page link]]
|
|
|
|
|
|
|
|
{[Command button]}
|
|
|
|
|
|
|
|
* [ ] #next Task
|
|
|
|
* [x] #next Task 2
|
|
|
|
* [ ] Task with dealine 📅 2022-05-06 fef
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
https://community.mattermost.com
|
|
|
|
|
|
|
|
$anchor
|
|
|
|
|
|
|
|
[A link](https://silverbullet.md)
|
|
|
|
|
|
|
|
## Tables
|
|
|
|
|
|
|
|
|type |actor_login|created_at |payload_ref |
|
|
|
|
|---------|--------|--------------------|----------------------|
|
|
|
|
|PushEvent|avb|2022-10-27T08:27:48Z|refs/heads/master |
|
|
|
|
|PushEvent|avb|2022-10-27T04:31:27Z|refs/heads/jitterSched|
|
|
|
|
|
|
|
|
|
|
|
|
Here is something
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
A new thing.
|
|
|
|
|
2022-11-01 16:03:42 +00:00
|
|
|
![alt text](https:/
|
|
|
|
|
|
|
|
## Weird stuff
|
|
|
|
|
|
|
|
* [{{#if done}}x{{else}} {{/if}}] [[{{page}}@{{pos}}]] {{name}} {{#if deadline}}📅 {{deadline}}{{/if}} {{#each tags}}{{.}} {{/each}}
|