You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is happens due to the header converter adds two newlines. This is correct. The problem resides in the link converter that doesn't sanitize the text in any way. Link text should be trimmed in order to avoid this issue.
The text was updated successfully, but these errors were encountered:
andreskrey
changed the title
Links with extra space on the text creates an incorrect markdown syntax
Links with extra space on the tag text creates an incorrect markdown syntax
Dec 28, 2016
Consider the following HTML
<a href="someurl.com"><h3>Text</h3></a>
This HTML creates the following markdown
This is happens due to the header converter adds two newlines. This is correct. The problem resides in the link converter that doesn't sanitize the text in any way. Link text should be trimmed in order to avoid this issue.
The text was updated successfully, but these errors were encountered: