lsegal / atom-rst-preview

Open a rendered version of the ReStructuredText in the current editor with `ctrl-shift-r`.
Other
22 stars 80 forks source link

hyperlinks with mailto's don't parse well. #13

Open dreamalligator opened 9 years ago

dreamalligator commented 9 years ago

Links with mailto's don't parse properly. In comparison, you can test by seeing how Github parses the equivalent in a readme.rst.

`testemail@whatever.com <mailto:test@test.com>`_.

The output is '+'<\/'+'a'+'>'); // -->.

lsegal commented 9 years ago

Is this related to #4?

dreamalligator commented 9 years ago

It probably is. I was getting that error every time I was editing earlier. You may close this issue if it has been found to be a duplicate. Thanks!