anachrome / georgedown

A georgedown to markdown converter
1 stars 0 forks source link

When Running georgedown on an valid markdown string georgedown should not do anything #5

Open cwoodall opened 11 years ago

cwoodall commented 11 years ago

For example if I have the following string:

[myname@woot.com](mailto:myname@woot.com)

georgedown should NOT try and make the email addresses it sees into links... resulting in something like this:

[[myname@woot.com](mailto:myname@woot.com)(mailto:[myname@woot.com](mailto:myname@woot.com))

The same thing happens to links currently. This is not a necessary feature of georgedown, but it would be nice