<feed xmlns='http://www.w3.org/2005/Atom'>
<title>markdown, branch v3.3.2</title>
<subtitle>Rust library for parsing markdown files
</subtitle>
<id>https://code.benbridle.com/markdown/atom?h=v3.3.2</id>
<link rel='self' href='https://code.benbridle.com/markdown/atom?h=v3.3.2'/>
<link rel='alternate' type='text/html' href='https://code.benbridle.com/markdown/'/>
<updated>2026-01-30T06:15:33Z</updated>
<entry>
<title>Update version to 3.3.2</title>
<updated>2026-01-30T06:15:33Z</updated>
<author>
<name>Ben Bridle</name>
<email>bridle.benjamin@gmail.com</email>
</author>
<published>2026-01-30T06:15:33Z</published>
<link rel='alternate' type='text/html' href='https://code.benbridle.com/markdown/commit/?id=e8d8a1146de5e297dda3dd6264a02f9d6938c3e1'/>
<id>urn:sha1:e8d8a1146de5e297dda3dd6264a02f9d6938c3e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ignore delimiters within line elements in tables</title>
<updated>2026-01-30T06:14:42Z</updated>
<author>
<name>Ben Bridle</name>
<email>bridle.benjamin@gmail.com</email>
</author>
<published>2026-01-30T06:14:24Z</published>
<link rel='alternate' type='text/html' href='https://code.benbridle.com/markdown/commit/?id=d93aad7ee0a10ba5a86a27bdbc3a2d5f504282df'/>
<id>urn:sha1:d93aad7ee0a10ba5a86a27bdbc3a2d5f504282df</id>
<content type='text'>
Commit d812466 had an issue where, when scanning for unstyled pipe
characters within a table row, any delimiter found within a line
element would be treated as the start of a new line element, even
though line elements cannot be nested. The correct behaviour is to
ignore delimiters for all other line elements while inside a line
element.
</content>
</entry>
<entry>
<title>Update version to 3.3.1</title>
<updated>2025-12-12T06:53:07Z</updated>
<author>
<name>Ben Bridle</name>
<email>ben@derelict.engineering</email>
</author>
<published>2025-12-12T06:53:07Z</published>
<link rel='alternate' type='text/html' href='https://code.benbridle.com/markdown/commit/?id=2bff486208df17cae8498f602f81c6e2024a1a11'/>
<id>urn:sha1:2bff486208df17cae8498f602f81c6e2024a1a11</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ignore pipe characters inside styled tokens in tables</title>
<updated>2025-12-12T06:45:04Z</updated>
<author>
<name>Ben Bridle</name>
<email>ben@derelict.engineering</email>
</author>
<published>2025-12-12T06:40:59Z</published>
<link rel='alternate' type='text/html' href='https://code.benbridle.com/markdown/commit/?id=d8124660ca49d1f335c71c258f455cb88492e706'/>
<id>urn:sha1:d8124660ca49d1f335c71c258f455cb88492e706</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update version to 3.3.0</title>
<updated>2025-03-13T23:55:46Z</updated>
<author>
<name>Ben Bridle</name>
<email>ben@derelict.engineering</email>
</author>
<published>2025-03-13T23:55:46Z</published>
<link rel='alternate' type='text/html' href='https://code.benbridle.com/markdown/commit/?id=df45ffb3affb7cb1d53b567b70fef721353ccffe'/>
<id>urn:sha1:df45ffb3affb7cb1d53b567b70fef721353ccffe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add optional labels to internal links</title>
<updated>2025-03-13T23:55:00Z</updated>
<author>
<name>Ben Bridle</name>
<email>ben@derelict.engineering</email>
</author>
<published>2025-03-13T23:55:00Z</published>
<link rel='alternate' type='text/html' href='https://code.benbridle.com/markdown/commit/?id=01d6fb5a1f79ff1ef48cc69b42d8a91ef9a6d2f1'/>
<id>urn:sha1:01d6fb5a1f79ff1ef48cc69b42d8a91ef9a6d2f1</id>
<content type='text'>
Internal links can have labels in the same manner as with external
links, by separating the label and path from each other with a ::
token.
</content>
</entry>
<entry>
<title>Update version to 3.2.0</title>
<updated>2025-01-22T00:48:17Z</updated>
<author>
<name>Ben Bridle</name>
<email>bridle.benjamin@gmail.com</email>
</author>
<published>2025-01-22T00:48:17Z</published>
<link rel='alternate' type='text/html' href='https://code.benbridle.com/markdown/commit/?id=883a2a63023ea9b1e4b2bb51831ea1dafcb7346a'/>
<id>urn:sha1:883a2a63023ea9b1e4b2bb51831ea1dafcb7346a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Double-thickness table walls represent a vertical separator</title>
<updated>2025-01-22T00:47:57Z</updated>
<author>
<name>Ben Bridle</name>
<email>bridle.benjamin@gmail.com</email>
</author>
<published>2025-01-22T00:47:57Z</published>
<link rel='alternate' type='text/html' href='https://code.benbridle.com/markdown/commit/?id=d1afb61329bdd6b263fc3c8f81533c7d8a71877a'/>
<id>urn:sha1:d1afb61329bdd6b263fc3c8f81533c7d8a71877a</id>
<content type='text'>
Consecutive pipe characters in a table row are parsed as a single
separator, with the 'border-right' attribute being given to the column
on the left of the separator. Only the first alignments line is used
when determining this attribute for columns.

This is useful for tables with row labels running down the left-most
cell column, to visually separate labels from data.
</content>
</entry>
<entry>
<title>Update to 3.1.0</title>
<updated>2025-01-19T06:58:26Z</updated>
<author>
<name>Ben Bridle</name>
<email>ben@derelict.engineering</email>
</author>
<published>2025-01-19T06:58:26Z</published>
<link rel='alternate' type='text/html' href='https://code.benbridle.com/markdown/commit/?id=7933e285f9df67141094935ed4d1e525a920315b'/>
<id>urn:sha1:7933e285f9df67141094935ed4d1e525a920315b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement Math block</title>
<updated>2025-01-19T06:58:14Z</updated>
<author>
<name>Ben Bridle</name>
<email>ben@derelict.engineering</email>
</author>
<published>2025-01-19T06:58:14Z</published>
<link rel='alternate' type='text/html' href='https://code.benbridle.com/markdown/commit/?id=f67606cbdb43ea6e46372feb80c49e91db05725b'/>
<id>urn:sha1:f67606cbdb43ea6e46372feb80c49e91db05725b</id>
<content type='text'>
A math block is a line that begins and ends with a pair of dollar-signs.
</content>
</entry>
</feed>
