Contact

Contact me

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:

  1. test
  2. test 2
  3. test 3

italic

italic

bold

alt text


Single line code block

I'm an inline-style link

I'm an inline-style link with title

I'm a relative reference to a repository file

Inline-style: alt text

Reference-style: alt text

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.