This commit is contained in:
Zef Hemel
2023-01-22 18:53:14 +01:00
parent 5ad804da1c
commit 53bf098579
18 changed files with 226 additions and 140 deletions
+25 -27
View File
@@ -1,22 +1,24 @@
---
name: Sup
---
# Hello world
This is **bold** and _italic_, or *italic*. And a **_mix_**. And ==highlight==!
This is one line
and this another.
# 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
- This
- Is a
- list
- And here we go nested
1. This is a numbered
2. Two
* And different
* Bla
* More bla
- And different
- Bla
- More bla
And:
@@ -42,22 +44,18 @@ And like this:
And a blockquote:
> Sup yo
> Empty line
> Sup yo Empty line\
> Second part
<!-- this is a comment -->
And more custom stuff
[[Page link]]
And more custom stuff [[Page link]]
{[Command button]}
* [ ] #next Task
* [x] #next Task 2
* [ ] Task with dealine 📅 2022-05-06 fef
- [ ] #next Task
- [x] #next Task 2
- [ ] Task with dealine 📅 2022-05-06 fef
https://community.mattermost.com
@@ -67,20 +65,20 @@ $anchor
## 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|
| 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.
A new thing.
![alt text](https:/
## Weird stuff
* [{{#if done}}x{{else}} {{/if}}] [[{{page}}@{{pos}}]] {{name}} {{#if deadline}}📅 {{deadline}}{{/if}} {{#each tags}}{{.}} {{/each}}
- [{{#if done}}x{{else}} {{/if}}] [[{{page}}@{{pos}}]] {{name}} {{#if
deadline}}📅 {{deadline}}{{/if}} {{#each tags}}{{.}} {{/each}}