I insert a link "[User Name] (mailto: [email protected])" and get link "mailto: //[email protected]", with "://" - which is not correct.
What's wrong?
Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
I insert a link "[User Name] (mailto: [email protected])" and get link "mailto: //[email protected]", with "://" - which is not correct.
What's wrong?
Just had the exact same problem. :)
That is a Markdown issue. It's not valid Markdown. You can use
or simply html
<a href="mailto:[email protected]">User Name</a>
instead.
Actually this does look like an issue on our end.. Please create an issue here and i'll get it fixed asap: https://github.com/getgrav/grav/issues
Fixed with this commit: https://github.com/getgrav/grav/commit/04116b3a37b7327d1938010e0d55411e4d9b89f8
Log in to reply.
| Topic | Participants | Replies | Views | Activity |
|---|---|---|---|---|
| 0 | 1280 | 9 years ago | ||
| 2 | 888 | 9 years ago | ||
| 2 | 4018 | 9 years ago | ||
| 1 | 2893 | 9 years ago | ||
| 3 | 1077 | 9 years ago |