Skip to content

Commit

Permalink
Unlock email addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
gjtorikian committed Jun 5, 2015
1 parent 4691aec commit 14a8a61
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/github/commands/rest2html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ from docutils.core import publish_parts
from docutils.writers.html4css1 import Writer, HTMLTranslator

SETTINGS = {
'cloak_email_addresses': True,
'cloak_email_addresses': False,
'file_insertion_enabled': False,
'raw_enabled': False,
'strip_comments': True,
Expand Down
2 changes: 2 additions & 0 deletions test/markups/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,5 @@ Field list
but no problem!
:123456789 12345: this is not so long, but long enough for the default!
:123456789 1234: this should work even with the default :)

[email protected]
4 changes: 3 additions & 1 deletion test/markups/README.rst.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,6 @@ <h2><a href="#id2">Field list</a></h2>
<td>this should work even with the default :)</td>
</tr>
</tbody>
</table>
</table>

<p><a href="mailto:[email protected]">[email protected]</a></p>

0 comments on commit 14a8a61

Please sign in to comment.