summaryrefslogtreecommitdiff
path: root/sandbox/code-block-directive/docs
diff options
context:
space:
mode:
authorgoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2009-02-24 15:01:41 +0000
committergoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2009-02-24 15:01:41 +0000
commitf14c3f4e2f8766db49c7e7f758ad61503c3802b2 (patch)
treec8dd4bf4c390afcbd47ed880b99ea131cb01ed2e /sandbox/code-block-directive/docs
parent8436ebd8e2039207279c38db57dbc21ee433fc31 (diff)
downloaddocutils-f14c3f4e2f8766db49c7e7f758ad61503c3802b2.tar.gz
markup fixes
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5876 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'sandbox/code-block-directive/docs')
-rw-r--r--sandbox/code-block-directive/docs/syntax-highlight.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/sandbox/code-block-directive/docs/syntax-highlight.txt b/sandbox/code-block-directive/docs/syntax-highlight.txt
index a71cc5b77..fd14712b6 100644
--- a/sandbox/code-block-directive/docs/syntax-highlight.txt
+++ b/sandbox/code-block-directive/docs/syntax-highlight.txt
@@ -229,7 +229,7 @@ HTML
based on docutils' default stylesheet and the output of
``pygmentize -S default -f html``.
- The conversion of `myfunction.py.txt`_ looks like
+ The conversion of `<myfunction.py.txt>`_ looks like
`<myfunction.py.htm>`_.
The "s5" and "pep" writers are not tested yet.
@@ -243,7 +243,7 @@ XML
LaTeX
"latex2e" (SVN version) works out of the box.
- * A style file, e.g. `pygments-docutilsroles.sty`_, is required to actually
+ * A style file, e.g. `<pygments-docutilsroles.sty>`_, is required to actually
highlight the code in the output. (As with HTML, the pygments-produced
style file will not work with docutils' output.)