alex's site
home
·
all posts
·
all projects
·
who am i
·
editor
% title Hello! % description This is an example post. % author alex % timestamp 2147483647 This is the *text editor* for **Alex's** [!/posts blog]. This __default text__ will show some features of the ~~Markdown~~ markup language used on this `website`. - a list -- sub-list! -- so useful - yippee --- # first header ## second header ### third header #### centered text! you can ***nest*** inline __*`formatting`*__ of [!/ ~~all sorts!~~] > blockquotes sometimes *should* > include other blockquotes >> like this Would you like some details? |Here you go! |>quotes |>|in details |>|>in quotes |>|>|aaaaaa ``` here is a code block. ``` ```c // syntax highlighting currently supports C and nothing else int main(int argc, char** argv) { printf("%d\n", argc); return true; } ``` % img /assets/images/icons/128x128.png alex's profile pic: here's an image in the __center__ of the page % thumb /assets/images/icons/128x128.png alex's profile pic: and **here's** an image off to the side! here's an inline image: [!img /assets/images/88x31/alex.gif alex] and here's one that you can click! [!img /assets/images/88x31/alex.gif href / alex] remember to always provide alt text! backslash to escape: \`something\` 3 \* 4 \* 5 = 60 backslash also prevents html encoding of &, <, and >: `⍼` = ⍼ `\⍼` = \⍼ `
hiii
` =
hiii
`\
hiii\
` = \
hiii\