61 lines
1.7 KiB
Markdown
61 lines
1.7 KiB
Markdown
|
This is a long note for my test of the local persitents. This is the extended version.
|
||
|
|
||
|
# maybe with some headlines?
|
||
|
|
||
|
* list item 1
|
||
|
* list item 2
|
||
|
* list item 3
|
||
|
* list item 4
|
||
|
|
||
|
This is also very interesting. This for example is **bold** , and this**is**also bold and __this__ also.
|
||
|
But this *is italic* and this is also _italic_ and if I want to make something ***bold and italic*** than this is.
|
||
|
|
||
|
I am a bit hesitant that the next will work
|
||
|
> because this is a quote
|
||
|
|
||
|
but it works. Even the quote in a quote??
|
||
|
> so this is a quote
|
||
|
>> also is this...
|
||
|
|
||
|
After the unsorted lists, there are some sorted lists as well:
|
||
|
1. list item 1
|
||
|
2. list item 2
|
||
|
3. list item 3
|
||
|
|
||
|
maybe we can mix them?
|
||
|
1. list item 1
|
||
|
- list item 1.1
|
||
|
1. list item
|
||
|
|
||
|
---
|
||
|
|
||
|
What about code?
|
||
|
`` console.log('hello world') ``
|
||
|
|
||
|
for code I want to extend the renderer.
|
||
|
|
||
|
---
|
||
|
|
||
|
lets test links:
|
||
|
|
||
|
* [Duck Duck Go](https://duckduckgo.com)
|
||
|
* <https://nisch.codes>
|
||
|
* <info@nisch.codes>
|
||
|
|
||
|
Links should also be extended
|
||
|
|
||
|
---
|
||
|
|
||
|
Next lets try reference links:
|
||
|
|
||
|
* [Project Repository of nisch][1]
|
||
|
* [License of JANE][2]
|
||
|
|
||
|
[1]: https://projects.nisch.codes "gitea Server"
|
||
|
[2]: https://projects.nisch.codes/nischcodes/JANE/src/branch/main/LICENSE
|
||
|
|
||
|
---
|
||
|
|
||
|
Images:
|
||
|
|
||
|
[](https://www.flickr.com/photos/beaurogers/31833779864/in/photolist-Qv3rFw-34mt9F-a9Cmfy-5Ha3Zi-9msKdv-o3hgjr-hWpUte-4WMsJ1-KUQ8N-deshUb-vssBD-6CQci6-8AFCiD-zsJWT-nNfsgB-dPDwZJ-bn9JGn-5HtSXY-6CUhAL-a4UTXB-ugPum-KUPSo-fBLNm-6CUmpy-4WMsc9-8a7D3T-83KJev-6CQ2bK-nNusHJ-a78rQH-nw3NvT-7aq2qf-8wwBso-3nNceh-ugSKP-4mh4kh-bbeeqH-a7biME-q3PtTf-brFpgb-cg38zw-bXMZc-nJPELD-f58Lmo-bXMYG-bz8AAi-bxNtNT-bXMYi-bXMY6-bXMYv)
|