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

link parse not correct #46

Closed
neekey opened this issue Apr 19, 2012 · 6 comments
Closed

link parse not correct #46

neekey opened this issue Apr 19, 2012 · 6 comments

Comments

@neekey
Copy link

neekey commented Apr 19, 2012

use markdonw.parse the following md string:

JavaScrip((as[nodeJS](http://nodejs.org))and[webdriverNode](https://github.com/neekey/webdriverNode).

which will out put:

<p>JavaScript( as<a href="http://nodejs.org))and[webdriverNode](https://github.com/neekey/webdriverNode">nodeJS</a>.</p>

hope to fix!

@ashb
Copy link
Collaborator

ashb commented Apr 19, 2012

Which version did you get this behaviour with? It appears to be fixed on master and produces:

<p>JavaScrip((as<a href="http://nodejs.org">nodeJS</a>)and<a href="https://github.com/neekey/webdriverNode">webdriverNode</a>.</p>

@neekey
Copy link
Author

neekey commented Apr 20, 2012

@ashb I use npm to install it, and the package.json seems the version is 0.3.1

@lemonad
Copy link

lemonad commented Jun 9, 2012

Also had problems with 0.3.1 and anchors enclosed by parenthesis (fixed on master as you noted above). Any chance of updating the npm package?

@ashb
Copy link
Collaborator

ashb commented Jun 9, 2012

Sorry yes - just published 0.4.0

@ashb ashb closed this as completed Jun 9, 2012
@lemonad
Copy link

lemonad commented Jun 9, 2012

@ashb Many thanks!

@neekey
Copy link
Author

neekey commented Jun 15, 2012

@ashb Thks!

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

No branches or pull requests

3 participants