First Post
21 April 2019 · 1 min read
This is the first post, it is written in Markdown. THIS SHOULD NOT BE PUBLISHED
Here's some big text
- and some lists
- with multiple items
- just to show off all of the different elements
- numbered lists
- work too
How about some code?
Yeah we've got that too!
Inline? i think so
Also some LaTeX inline and outline
Images
Tables
Option | Description |
---|---|
one | first option |
two | second option |
three | third option |
Blockquotes
"You miss 100% of the shots you don't take -Wayne Gretzky" -Michael Scott
Syntax highlighted codeblock with Shikiji
var s = "JavaScript syntax highlighting";
alert(s);
switch user.kind {
case "recruiter": return "Software Engineer"
case "viewer": return "Video Maker"
case "chatter": return "Live Streamer"
}
Adding some HTML (with CSS) directly in here
Here is a footnote reference1 another 2, and optionally there are inline notes.^[inline footnotes DO NOT work]3
This paragraph won’t be part of the note, because it isn’t indented.
Footnotes
- Here is the footnote. ↩
- Here’s one with multiple blocks.
Subsequent paragraphs are indented to show that they belong to the previous footnote.{ some.code }
The whole paragraph can be indented, or just the first line. In this way, multi-paragraph footnotes work like multi-paragraph list items. ↩ - see above. ↩
#test