<feed xmlns='http://www.w3.org/2005/Atom'>
<title>markdown, branch v3.2.0</title>
<subtitle>Rust library for parsing markdown files
</subtitle>
<id>https://code.benbridle.com/markdown/atom?h=v3.2.0</id>
<link rel='self' href='https://code.benbridle.com/markdown/atom?h=v3.2.0'/>
<link rel='alternate' type='text/html' href='https://code.benbridle.com/markdown/'/>
<updated>2025-01-22T00:48:17Z</updated>
<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>
<entry>
<title>Update version to 3.0.0</title>
<updated>2025-01-19T05:51:10Z</updated>
<author>
<name>Ben Bridle</name>
<email>ben@derelict.engineering</email>
</author>
<published>2025-01-19T05:14:37Z</published>
<link rel='alternate' type='text/html' href='https://code.benbridle.com/markdown/commit/?id=e36eb90957231c70593477175befc89c41ebfe8e'/>
<id>urn:sha1:e36eb90957231c70593477175befc89c41ebfe8e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change syntax</title>
<updated>2025-01-19T05:51:10Z</updated>
<author>
<name>Ben Bridle</name>
<email>ben@derelict.engineering</email>
</author>
<published>2025-01-19T05:49:36Z</published>
<link rel='alternate' type='text/html' href='https://code.benbridle.com/markdown/commit/?id=d0ff550b264206109349f0385c145f340ddf992b'/>
<id>urn:sha1:d0ff550b264206109349f0385c145f340ddf992b</id>
<content type='text'>
Internal links are now delimited with braces, and external links are
now delimited with angle brackets. A label is separated from a path in
an external link with two consecutive colons.

Embed blocks are now delimited with angle brackets in the same manner
as external links, with label separated from path with two consecutive
colons. Embed blocks still begin with a single exclamation mark.

Bold line elements are now delimited with only a single * character,
instead of two. This is to match the other delimiters, which each use
only a single character.
</content>
</entry>
<entry>
<title>Update version to 2.1.2</title>
<updated>2025-01-15T03:39:15Z</updated>
<author>
<name>Ben Bridle</name>
<email>ben@derelict.engineering</email>
</author>
<published>2025-01-15T03:39:15Z</published>
<link rel='alternate' type='text/html' href='https://code.benbridle.com/markdown/commit/?id=5c9ff7c79fec508017ea6c15b2612bc99276a9b6'/>
<id>urn:sha1:5c9ff7c79fec508017ea6c15b2612bc99276a9b6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement PartialEq for Level</title>
<updated>2025-01-15T03:39:04Z</updated>
<author>
<name>Ben Bridle</name>
<email>ben@derelict.engineering</email>
</author>
<published>2025-01-15T03:38:51Z</published>
<link rel='alternate' type='text/html' href='https://code.benbridle.com/markdown/commit/?id=baa86ce94c942f6e36280d6e1c1eccb484ea9bb8'/>
<id>urn:sha1:baa86ce94c942f6e36280d6e1c1eccb484ea9bb8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update version to 2.1.1</title>
<updated>2025-01-09T04:09:57Z</updated>
<author>
<name>Ben Bridle</name>
<email>ben@derelict.engineering</email>
</author>
<published>2025-01-09T04:09:57Z</published>
<link rel='alternate' type='text/html' href='https://code.benbridle.com/markdown/commit/?id=259eeb0094b70d80cb8300707fe89f5adf554b1d'/>
<id>urn:sha1:259eeb0094b70d80cb8300707fe89f5adf554b1d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement Copy for Heading</title>
<updated>2025-01-09T04:09:42Z</updated>
<author>
<name>Ben Bridle</name>
<email>ben@derelict.engineering</email>
</author>
<published>2025-01-09T04:09:42Z</published>
<link rel='alternate' type='text/html' href='https://code.benbridle.com/markdown/commit/?id=66192437abc470a994b6ff7d89dc40ef3b86b80e'/>
<id>urn:sha1:66192437abc470a994b6ff7d89dc40ef3b86b80e</id>
<content type='text'>
</content>
</entry>
</feed>
