atom-tidy-markdown icon indicating copy to clipboard operation
atom-tidy-markdown copied to clipboard

Link to another wiki page gets reformatted into html tags

Open danielhoherd opened this issue 8 years ago • 0 comments

Given this example markdown snippet:

Here is a link to another wiki page called [example](example)

After the first tidy operation, it looks like this:

Here is a link to another wiki page called <example>

After the second tidy operation, it looks like this:

Here is a link to another wiki page called

<example>
</example>

danielhoherd avatar Mar 21 '17 19:03 danielhoherd