<feed xmlns='http://www.w3.org/2005/Atom'>
<title>markdown/src/token.rs, branch v3.3.3</title>
<subtitle>Rust library for parsing markdown files</subtitle>
<id>https://code.benbridle.com/markdown/atom/src/token.rs?h=v3.3.3</id>
<link rel='self' href='https://code.benbridle.com/markdown/atom/src/token.rs?h=v3.3.3'/>
<link rel='alternate' type='text/html' href='https://code.benbridle.com/markdown/'/>
<updated>2025-03-13T23:55:00Z</updated>
<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>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>Rewrite the library a second time</title>
<updated>2025-01-06T04:16:24Z</updated>
<author>
<name>Ben Bridle</name>
<email>ben@derelict.engineering</email>
</author>
<published>2025-01-05T23:21:06Z</published>
<link rel='alternate' type='text/html' href='https://code.benbridle.com/markdown/commit/?id=a78feb46aefaf8e8950e9b029984e9ff98fe69b0'/>
<id>urn:sha1:a78feb46aefaf8e8950e9b029984e9ff98fe69b0</id>
<content type='text'>
</content>
</entry>
</feed>
