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

Reference-style links #56

Open
invliD opened this issue Jun 20, 2016 · 8 comments
Open

Reference-style links #56

invliD opened this issue Jun 20, 2016 · 8 comments
Assignees
Milestone

Comments

@invliD
Copy link
Contributor

invliD commented Jun 20, 2016

The parser currently does not support reference-style links. Is there any plan to support that syntax?

@Coeur
Copy link
Collaborator

Coeur commented Jun 21, 2016

No, I do not have plan to support it in the near future, as it is not doable with regex. A grammar parser/lexer would be needed, so basically a totally different implementation.

@Coeur
Copy link
Collaborator

Coeur commented Jun 21, 2016

It could be done with regex, but with multiple passes, which is not desired most of the time.

This is [an example] id reference-style link.

@Coeur
Copy link
Collaborator

Coeur commented Jun 21, 2016

Bah... I did multiple passes already for CodeEscaping... so I guess I can do it for reference-style links.

Let me try to work on it for version 3.0.0.

@Coeur Coeur self-assigned this Jun 21, 2016
@Coeur Coeur added this to the 3.0.0 milestone Jun 21, 2016
@invliD
Copy link
Contributor Author

invliD commented Jul 11, 2016

@Coeur What's your status with this feature? Need any help?

@Coeur
Copy link
Collaborator

Coeur commented Jul 12, 2016

Will release it this weekend.

@invliD
Copy link
Contributor Author

invliD commented Aug 22, 2016

@Coeur Any news?

@Coeur
Copy link
Collaborator

Coeur commented Aug 23, 2016

I'm so sorry. As you noticed, I didn't work for a few months.

@invliD
Copy link
Contributor Author

invliD commented Sep 22, 2016

@Coeur Did you make some progress? Could you publish your current version so I can finish it if you don't have the time?

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

No branches or pull requests

2 participants