Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Direct hyperlinks #11

Closed
wants to merge 4 commits into from

Conversation

andreubotella
Copy link

@andreubotella andreubotella commented Nov 6, 2019

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.

@andreubotella andreubotella changed the title Hyperlinks Direct hyperlinks Nov 6, 2019
Copy link
Owner

@flying-sheep flying-sheep left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pretty awesome, thank you! There are only some minor cosmetic changes I’d like to see.

Also tests would be great. What document did you use to test this?

src/rst.pest Outdated Show resolved Hide resolved
src/rst.pest Outdated Show resolved Hide resolved
src/rst.pest Outdated Show resolved Hide resolved
src/rst.pest Show resolved Hide resolved
Co-Authored-By: Philipp A. <flying-sheep@web.de>
@flying-sheep
Copy link
Owner

flying-sheep commented Nov 7, 2019

Merged in 5387291..df6b764, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Find a representation for relative URLs.
2 participants