kool guy's blog

A blog about a kool guy's intrusive thoughts

Typography

January 23, 2026 — kool guy

Markdown Syntax Supported in Bashblog (2004 Markdown)

Headers

H1 Header

H2 Header

H3 Header

H4 Header

H5 Header
H6 Header

Emphasis

Italic text
Bold text
Bold and italic combined

Blockquotes

This is a blockquote.
Multiple lines? No problem.
Just start each with a >!

Markdown was created by John Gruber.

Lists

Unordered List
  • First item
  • Second item
    • Nested item
    • Another nested item
  • Third item
Ordered List
  1. First item
  2. Second item
    1. Nested number
    2. Another nested number
  3. Third item

Code

Inline Code

Here’s some inline code in a sentence.

Block Code (Indented)
    #!/bin/bash
    echo "Hello from an indented code block!"
    ls -l
Block Code (Unindented)

echo "This is a fenced block"
echo "Looks nice, supported in Bashblog"

Links

Example Link
Learn more at GNU and Linux.

You can also use automatic links: https://bashblog.org

Images

Markdown Logo

Horizontal Rule


Line Breaks

End a line with two spaces
Like this!
And this!

Escaping Characters

Use backslashes to escape characters:
*Not italic*
_Not italic either_

"Smart Quotes" Test

"Double quotes"
‘Single quotes’
— En dash
– Em dash

Bashblog Tags

Tags: markdown, bashblog, test, typography, markdown2004, blogging, minimal