Writing in Markdown

A quick example of the simple publishing format used by this blog.

#Markdown #Writing

Writing without friction

Markdown makes the structure obvious while keeping the writing portable.

A tiny code example

const publish = (post: string) => post;
  1. Create a file.
  2. Add frontmatter.
  3. Push it to GitHub.

Comments

Discuss this post on GitHub via Giscus