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
- First item
- Second item
- Nested number
- Another nested number
- 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
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