The Way of Markdown

Own the source. Compose with anything.

Websites, knowledge bases, blogs, even a Notion replacement โ€” built from plain text files you own, with tools you can swap anytime. Markdown is quietly everywhere; here's the way to make it work for you.

Markdown source and rendered output

notes/reading-list.md โ€” plain text, yours forever
# My reading list

Books I **actually** finished:

| Book | Year | Done |

|------|------|------|

| The Dispossessed | 1974 | โ˜ |

| File over app | 2023 | โ˜‘ |

```mermaid

graph LR

A[write] โ€“> B[store] โ€“> C[publish]

```

> Plain text never goes out of fashion.

the same file, rendered โ€” by any tool, today or in 2046

My reading list

Books I actually finished:

BookYearDone
The Dispossessed1974โ˜
File over app2023โ˜‘
write store publish
Plain text never goes out of fashion.

Tables, task lists, diagrams โ€” all still plain text. That's the whole trick, and it goes remarkably far.

๐ŸŽฎ Try it yourself in the playground

Why markdown wins

The whole syntax takes ten minutes to learn, and then it's yours: plain files on your disk, still readable in fifty years, which is more than your .docx files can promise (the history is instructive here). The rest of the world has quietly agreed. Every AI speaks markdown, most of the apps you already use handle it, and you can put diagrams, databases and whole tools inside three backticks.

What will you build?

Nobody cares about markdown, the same way nobody cares about ASCII. You care about the thing you want to make โ€” and there's a guide for each:

Start here

There are two ways in, and they walk the same path:

๐Ÿš€ โ€œI want to publish somethingโ€

A website, a blog, a page on the web. The roadmap starts at the syntax and has you live by step โ‘ก, today. Prefer working straight through? The tutorial series goes from zero to a published site.

Never touched markdown? The basics take ten minutes, or try it live right now. Onboarding a team? The step-by-step path sequences the whole thing with checkpoints. Already fluent โ€” go poke around the reference shelf, the videos, the canon or the blog.

Built with LogoFlowershow