aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtyom <yom@artyom.me>2014-09-26 13:49:08 +0400
committerArtyom <yom@artyom.me>2014-09-26 13:49:08 +0400
commit9d3504dd4d8fdb3444605bbd9213ac1ab4d3faaa (patch)
tree2f246f104f288e8a66145a1f5d93a98617dad1e1
parent0fbe7df81877911000dff14ac493fd837f9eb718 (diff)
downloadpandoc-9d3504dd4d8fdb3444605bbd9213ac1ab4d3faaa.tar.gz
README: Add an -email address link- example.
Fixes #1631.
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index 93fbde8ab..efd183407 100644
--- a/README
+++ b/README
@@ -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 ###