Skip to content

Commit 14a8a61

Browse files
committed
Unlock email addresses
Fixes github#463
1 parent 4691aec commit 14a8a61

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

lib/github/commands/rest2html

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ from docutils.core import publish_parts
4848
from docutils.writers.html4css1 import Writer, HTMLTranslator
4949

5050
SETTINGS = {
51-
'cloak_email_addresses': True,
51+
'cloak_email_addresses': False,
5252
'file_insertion_enabled': False,
5353
'raw_enabled': False,
5454
'strip_comments': True,

test/markups/README.rst

+2
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,5 @@ Field list
5555
but no problem!
5656
:123456789 12345: this is not so long, but long enough for the default!
5757
:123456789 1234: this should work even with the default :)
58+
59+

test/markups/README.rst.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,6 @@ <h2><a href="#id2">Field list</a></h2>
7272
<td>this should work even with the default :)</td>
7373
</tr>
7474
</tbody>
75-
</table>
75+
</table>
76+
77+
<p><a href="mailto:[email protected]">[email protected]</a></p>

0 commit comments

Comments
 (0)