From dcd8f11a7d24abb7a4f69a8ab1f9df31ad67b9e3 Mon Sep 17 00:00:00 2001 From: goodger Date: Fri, 22 Apr 2005 23:57:18 +0000 Subject: Added "cloak_email_addresses" setting & support; updated test & docs. Thanks to Barry Warsaw & Ned Batchelder for the idea and initial patch. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3243 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- docutils/test/functional/input/pep_html.txt | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'docutils/test/functional/input') diff --git a/docutils/test/functional/input/pep_html.txt b/docutils/test/functional/input/pep_html.txt index 5cca3726e..483077131 100644 --- a/docutils/test/functional/input/pep_html.txt +++ b/docutils/test/functional/input/pep_html.txt @@ -14,10 +14,19 @@ Post-History: 13-Jun-2001 Abstract ======== -Just a test. +This is just a test [#]_. See the `PEP repository`_ for the real +thing. + +.. _PEP repository: http://www.python.org/peps/ Copyright ========= This document has been placed in the public domain. + + +References and Footnotes +======================== + +.. [#] PEP editors: peps@python.org -- cgit v1.2.1