<feed xmlns='http://www.w3.org/2005/Atom'>
<title>toaster, branch v1.12.0</title>
<subtitle>Generate websites from markdown files
</subtitle>
<id>https://code.benbridle.com/toaster/atom?h=v1.12.0</id>
<link rel='self' href='https://code.benbridle.com/toaster/atom?h=v1.12.0'/>
<link rel='alternate' type='text/html' href='https://code.benbridle.com/toaster/'/>
<updated>2025-05-21T07:50:09Z</updated>
<entry>
<title>Update version to 1.12.0</title>
<updated>2025-05-21T07:50:09Z</updated>
<author>
<name>Ben Bridle</name>
<email>ben@derelict.engineering</email>
</author>
<published>2025-05-21T02:25:52Z</published>
<link rel='alternate' type='text/html' href='https://code.benbridle.com/toaster/commit/?id=76f7c43afa6726ade62827a608abbf605845fcb6'/>
<id>urn:sha1:76f7c43afa6726ade62827a608abbf605845fcb6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement syntax highlighting for syntax fragments</title>
<updated>2025-05-21T07:50:09Z</updated>
<author>
<name>Ben Bridle</name>
<email>ben@derelict.engineering</email>
</author>
<published>2025-05-21T02:25:18Z</published>
<link rel='alternate' type='text/html' href='https://code.benbridle.com/toaster/commit/?id=060c1f23a5585a5fdabc56eda808b4cfd90f9081'/>
<id>urn:sha1:060c1f23a5585a5fdabc56eda808b4cfd90f9081</id>
<content type='text'>
A new key 'highlighters' has been added to the toaster.conf file. The
value should be a line defining the languages to use that syntax for,
like [py/python]. The lines following are the template definitions, as
per the highlighter library.
</content>
</entry>
<entry>
<title>Update vagabond library</title>
<updated>2025-05-21T07:50:09Z</updated>
<author>
<name>Ben Bridle</name>
<email>ben@derelict.engineering</email>
</author>
<published>2025-05-21T01:23:17Z</published>
<link rel='alternate' type='text/html' href='https://code.benbridle.com/toaster/commit/?id=c749c1db30f2b757e63093ac39127b3e338cb704'/>
<id>urn:sha1:c749c1db30f2b757e63093ac39127b3e338cb704</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update log library</title>
<updated>2025-05-21T07:50:09Z</updated>
<author>
<name>Ben Bridle</name>
<email>ben@derelict.engineering</email>
</author>
<published>2025-05-21T01:22:40Z</published>
<link rel='alternate' type='text/html' href='https://code.benbridle.com/toaster/commit/?id=615b2e64e85ee169f7d0a91ab600180bf9e24484'/>
<id>urn:sha1:615b2e64e85ee169f7d0a91ab600180bf9e24484</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Sanitize quotes in file paths</title>
<updated>2025-05-21T07:50:09Z</updated>
<author>
<name>Ben Bridle</name>
<email>ben@derelict.engineering</email>
</author>
<published>2025-05-21T01:09:11Z</published>
<link rel='alternate' type='text/html' href='https://code.benbridle.com/toaster/commit/?id=29ffca829925a30ff920c79f94ec1b3dbf48f8fa'/>
<id>urn:sha1:29ffca829925a30ff920c79f94ec1b3dbf48f8fa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refine dash replacement rules</title>
<updated>2025-05-21T07:50:09Z</updated>
<author>
<name>Ben Bridle</name>
<email>ben@derelict.engineering</email>
</author>
<published>2025-05-21T00:57:14Z</published>
<link rel='alternate' type='text/html' href='https://code.benbridle.com/toaster/commit/?id=d98b9a0e6b8cbe499e92a49cd749d0248f0d8e47'/>
<id>urn:sha1:d98b9a0e6b8cbe499e92a49cd749d0248f0d8e47</id>
<content type='text'>
A dash that isn't mid-word will be replaced with an em dash if in the
middle of a line, or with an en dash if at the start of a line.
</content>
</entry>
<entry>
<title>Change criteria for generating a table of contents</title>
<updated>2025-05-21T07:50:09Z</updated>
<author>
<name>Ben Bridle</name>
<email>ben@derelict.engineering</email>
</author>
<published>2025-05-21T07:48:07Z</published>
<link rel='alternate' type='text/html' href='https://code.benbridle.com/toaster/commit/?id=24bc3c6bd64be8ed84ae3aff75cf9f2901214555'/>
<id>urn:sha1:24bc3c6bd64be8ed84ae3aff75cf9f2901214555</id>
<content type='text'>
Count level 3 headings when deciding whether there are enough headings
on a page to justify generating a table of contents. Previously, only
level 1 and 2 headings were being counted.
</content>
</entry>
<entry>
<title>Fix IDs generated for styled headings</title>
<updated>2025-03-21T01:44:28Z</updated>
<author>
<name>Ben Bridle</name>
<email>ben@derelict.engineering</email>
</author>
<published>2025-03-21T01:44:28Z</published>
<link rel='alternate' type='text/html' href='https://code.benbridle.com/toaster/commit/?id=fb9b3dfdd3d9edce96ca6f61b00d241f0429462b'/>
<id>urn:sha1:fb9b3dfdd3d9edce96ca6f61b00d241f0429462b</id>
<content type='text'>
Headings that contained line elements other than Normal were being
stringified with the line_to_html function, which was causing the
generated ID for such a heading to contain HTML tags. This was fixed
by instead stringifying using the basic to_string() method of Line.
</content>
</entry>
<entry>
<title>Update version to 1.11.0</title>
<updated>2025-03-13T23:59:44Z</updated>
<author>
<name>Ben Bridle</name>
<email>ben@derelict.engineering</email>
</author>
<published>2025-03-13T23:59:21Z</published>
<link rel='alternate' type='text/html' href='https://code.benbridle.com/toaster/commit/?id=d3dc0830e5a35fb7af4d14218ffabb62e2411f16'/>
<id>urn:sha1:d3dc0830e5a35fb7af4d14218ffabb62e2411f16</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support labelled internal links</title>
<updated>2025-03-13T23:59:41Z</updated>
<author>
<name>Ben Bridle</name>
<email>ben@derelict.engineering</email>
</author>
<published>2025-03-13T23:59:16Z</published>
<link rel='alternate' type='text/html' href='https://code.benbridle.com/toaster/commit/?id=a9dab5cd4fd71e06d705cd1612588568502ddc07'/>
<id>urn:sha1:a9dab5cd4fd71e06d705cd1612588568502ddc07</id>
<content type='text'>
The latest version of the markdown library supports labelled internal
links, which allows an internal link to point to a page but to display
with a different name.
</content>
</entry>
</feed>
