atom-tidy-markdown
atom-tidy-markdown copied to clipboard
Link to another wiki page gets reformatted into html tags
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>