only slightly better visuals
This commit is contained in:
parent
30255be018
commit
17b6e54976
4 changed files with 173 additions and 14 deletions
|
@ -1,6 +1,6 @@
|
|||
- # treehouse
|
||||
|
||||
- welcome to treehouse!
|
||||
- welcome to the treehouse!
|
||||
|
||||
- treehouse is a brand new static website generator, inspired by the likes of Jekyll and Hugo, but offering a writing experience more close to Logseq
|
||||
|
||||
|
@ -47,16 +47,38 @@
|
|||
- ### heading 3
|
||||
headings lower than this aren't really supported because c'mon who would be this crazy
|
||||
|
||||
- <https://liquidev.net>
|
||||
- this is supposed to be **bold** and this is supposed to be _italic_
|
||||
|
||||
- here is my favorite fluffy boy 
|
||||
- there's a line break<br>
|
||||
here
|
||||
|
||||
- and it's supposed to render correctly
|
||||
|
||||
- <https://liquidev.net> also [a link that you have not visited because there is nothing there](https://liquidev.net/nothing-to-see-here-lmfao-did-you-really-expect-me-to-create-such-a-behemoth-of-a-URL)
|
||||
|
||||
+ here is my favorite fluffy boy 
|
||||
|
||||
- without a hat is also nice uwu
|
||||
|
||||
- also a block quote
|
||||
|
||||
- > Enough You Foolish Children
|
||||
|
||||
- yes i will totally abuse you with deltarune references and you cannot stop me
|
||||
- yes i will totally abuse you with Deltarune references and you cannot stop me
|
||||
|
||||
- ```
|
||||
this is some block of code it looks pretty cool doesn't it
|
||||
```
|
||||
|
||||
- ```
|
||||
and here's a multiline code block which also looks cool
|
||||
many many many lines
|
||||
```
|
||||
|
||||
- and a table because benchmarks use those
|
||||
|
||||
-
|
||||
| weeee | woosh | wa-ho |
|
||||
| --- | --- | --- |
|
||||
| yep | that's | a table |
|
||||
| looks | pretty cool | huh |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue