eve@lyn

~

ls -a

eve@lyn

~

cat ~/blog/2025/example-post.html

example post to show formatting

headings

h1

h2

h3

h4

h5
h6

typography

paragraph with bold, italic, strikethrough, underline, and inline code.

horizontal rule


blockquotes

blockquote level 1

nested blockquote level 2

nested blockquote level 3

lists

  1. ordered item
    1. nested ordered

task list

link: astro autolink: https://example.com image: alt text

tables

leftcenterright
abc
123

code

# bash codeblock
cat index.html
// js code fence
export const add = (a, b) => a + b;
- old line
+ new line
{ "title": "json fence", "ok": true }

inline html

H2O and x2.

details/summary togglehidden content

footnotes

Here’s a footnote reference.1

testing

eroijoergijroeij

Footnotes

  1. this is the footnote text.