Second test article
Posted on 2024-03-30 in Article
Second Test Article
Tags & Slug are for articles, URL is for pages - one or the other Status can be Draft, Hidden, or Published
Initial template
This is a template for use in all Pelican articles/pages, with markdown examples included.
Smaller header
List:
- test
- test 2
- test 3
Ordered list:
- test
- test 2
- test 3
italic
italic
bold
Single line code block
I'm an inline-style link with title
I'm a relative reference to a repository file
Inline-style image:
Reference-style image:
Inline-style broken image link:
Code blocks:
Javascript:
var s = "JavaScript syntax highlighting";
alert(s);
Powershell:
$Var = "Powershell syntax highlighting"
Write-Output $Var
Python:
s = "Python syntax highlighting"
print s
Generic block:
No language indicated, so no syntax highlighting.
But let's throw in a <b>tag</b>.
Colons can be used to align columns.
Tables | Are | Cool |
---|---|---|
col 3 is | right-aligned | $1600 |
col 2 is | centered | $12 |
zebra stripes | are neat | $1 |
Blockquotes are very handy in email to emulate reply text. This line is part of the same quote.