diff options
| author | Artyom <yom@artyom.me> | 2014-09-26 13:49:08 +0400 |
|---|---|---|
| committer | Artyom <yom@artyom.me> | 2014-09-26 13:49:08 +0400 |
| commit | 9d3504dd4d8fdb3444605bbd9213ac1ab4d3faaa (patch) | |
| tree | 2f246f104f288e8a66145a1f5d93a98617dad1e1 | |
| parent | 0fbe7df81877911000dff14ac493fd837f9eb718 (diff) | |
| download | pandoc-9d3504dd4d8fdb3444605bbd9213ac1ab4d3faaa.tar.gz | |
README: Add an -email address link- example.
Fixes #1631.
| -rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2354,6 +2354,10 @@ be followed by a link title, in quotes.) There can be no space between the bracketed part and the parenthesized part. The link text can contain formatting (such as emphasis), but the title cannot. +Email addresses in inline links are not autodetected, so they have to be +prefixed with `mailto`: + + [Write me!](mailto:sam@green.eggs.ham) ### Reference links ### |
