summaryrefslogtreecommitdiff
path: root/src/content/en/blog/2018/12 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Write definition lists the way adoc(5) doesEuAndreh39 hours1-7/+7
| | | | | | | | | | | | | | | | | The page makes a definition list a term line --- ":: term" at the head of the line, like every other block construct --- and a mid-line "::" ordinary text. These pages were written in the trailing "term::" form, which is AsciiDoc's and which the page replaced to remove a footgun: prose reading "the a :: b thing" parsed as a definition. The rendering does not change, except where it was wrong. The trailing form folded an indented continuation into the term, so a term's bold ran on over its own definition and, in a few pages, the definition's first line came out after its second. Those read correctly now. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_015bWfjj7PP24iF5MqFHmdeC
* git mv src/content/* src/content/en/EuAndreh2025-04-181-0/+279