-
Notifications
You must be signed in to change notification settings - Fork 162
Link parsing in latest version #236
Comments
Nice catch, I will look into that. |
In that sample yes, I did have it happen in other places on different posts. At the moment my fix for it was to wrap the first paragraph in a |
Quick fix: since you doesn't use markdown but pure html, just change the extension of your post file to |
I can confirm that it's coming from the new markdown engine, but I don't consider it a bug: your file is an html one and so had to have the But will you be interested by the possibility of changing the markdown engine? |
@laedit I just tested this with the latest version of CommonMark.NET and the issue is gone. See the commit with the fix Knagis/CommonMark.NET@99c0d7e PR submited. |
After updating to the latest version (previously on a build from over a year ago) I am having an issue with link parsing. Not sure if it's a problem with Pretzel or dotliquid and it doesn't seem to affect all links on the page, only certain ones. Currently using v0.2.1.127 from AppVeyor, older version doesn't have a proper version in the file properties.
This is the html in my post
<a href="https://www.jetbrains.com/teamcity/">Team City</a>
And this is what gets outputted by Pretzel
<a href="a%20href=%22https://www.jetbrains.com/teamcity/%22">a href="https://www.jetbrains.com/teamcity/"</a>Team City</a>
Here is a quick sample to show the problem, simple layout structure and a single post.
https://www.dropbox.com/s/lmpvx9ktigqc2p6/PretzelTest.zip?dl=0
The text was updated successfully, but these errors were encountered: