# Markdown demo

This page is `notes.md`, served at its clean URL. Pathway's markdown dialect
includes GFM and **wikilinks**: [[index]] resolves to the demos index, and
[[data.csv]] links straight to a sibling file by basename.

- A clean URL (no extension) renders to HTML.
- The `.md` URL returns this exact source.
- Headers stay honest: the rendered view carries `Content-Location`
  pointing at the backing file.

Try both:

```bash
curl https://night.knower.cc/demos/notes      # rendered HTML
curl https://night.knower.cc/demos/notes.md   # this source
```
