What this is
This is a temporary test writeup. Its only purpose is to confirm that posts written in Markdown are picked up by Jekyll, listed on the writeups page, and rendered with the same post layout as the preview design.
Test note: if you can see this styled callout on the post page, the custom HTML helpers inside Markdown are working too.
Markdown checks
This section checks the normal content you will probably use in real writeups:
- Bullet lists
- Bold text
- Italic text
- Inline code like
docker ps - Links, such as GitHub
Code block
docker ps
df -h
bundle exec jekyll serve
Result
If this page appears at /writeups/test-writeup/, the Markdown-to-post workflow is working.