20 lines
431 B
Markdown
20 lines
431 B
Markdown
Hello! This is an **example** post *not meant* to be actually served on the blog. Go to the `gh-pages` branch of the repo for the actual blog posts and stuff.
|
|
|
|
[look its a link](https://example.com)
|
|
|
|

|
|
|
|
## Wow a header
|
|
|
|
```js
|
|
console.log("code block!!!");
|
|
//todo: syntax highlighting
|
|
```
|
|
|
|
> ## woah a blockquote
|
|
> Yeehaw ^\[1]^
|
|
|
|
----
|
|
|
|
- \[1]: Source? Me.
|