flying-sheep / rust-rst

a reStructuredText parser and renderer
https://crates.io/crates/rst
Apache License 2.0
98 stars 10 forks source link

Direct hyperlinks #11

Closed andreubotella closed 5 years ago

andreubotella commented 5 years ago

This is a complete implementation of direct hyperlinks, including standalone URLs, with parse rules for indirect hyperlinks. This closes #10 and helps set the stage for some of the items in #7.

As in #9, I didn't bother to update the HTML output in this PR. After we're done or mostly done with the references, I'll be working on getting the renderer up to date.

flying-sheep commented 5 years ago

Merged in 5387291c1a2d4cfd0e5acdad26dcc7e33329d39a..df6b7645d845a022ca7eeba08b1ecb761a020195, thank you!