Formatting
This commit is contained in:
parent
f663101ab7
commit
06d2f4bd3f
10
WorldDawnSimpleTest/.obsidian/workspace.json
vendored
10
WorldDawnSimpleTest/.obsidian/workspace.json
vendored
@ -11,10 +11,14 @@
|
||||
"id": "4a68bb5cfce9e8f2",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "empty",
|
||||
"state": {},
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "wiki/first subfolder/secondSub/Some Testnote.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
},
|
||||
"icon": "lucide-file",
|
||||
"title": "New tab"
|
||||
"title": "Some Testnote"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@ -1 +1,49 @@
|
||||
Another Ttestnote
|
||||
Another Ttestnote
|
||||
|
||||
## Here comes a table
|
||||
|
||||
| This | is | a |
|
||||
| ----- | ----- | ----- |
|
||||
| nice | table | , |
|
||||
| don't | you | think |
|
||||
| ? | :) | |
|
||||
|
||||
|
||||
---
|
||||
```
|
||||
void main(string[] _args)
|
||||
```
|
||||
|
||||
**Fat**
|
||||
|
||||
*Cursive*
|
||||
|
||||
~~Strikethrough~~
|
||||
|
||||
==Highlight==
|
||||
|
||||
- Some
|
||||
- Bullet
|
||||
- List
|
||||
|
||||
1. One
|
||||
2. Numbered
|
||||
3. List
|
||||
|
||||
- [ ] A Task
|
||||
- [ ] List
|
||||
|
||||
# Header1
|
||||
## Header2
|
||||
### Header3
|
||||
#### Header4
|
||||
##### Header5
|
||||
###### Header 6
|
||||
####### Header 7
|
||||
######## Header 8
|
||||
|
||||
``Single line Code
|
||||
|
||||
|
||||
#hashtag
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user