From 6012899c7d7bd4a5ffd64f0b9cede9639610ef41 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 22 Nov 2009 08:42:41 +0000 Subject: Rendering tweaks. --- docs/narr/extending.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs/narr/extending.rst') diff --git a/docs/narr/extending.rst b/docs/narr/extending.rst index 26520d2d0..e77f4cfbe 100644 --- a/docs/narr/extending.rst +++ b/docs/narr/extending.rst @@ -176,7 +176,10 @@ behavior will usually have the same ``for`` and ``name`` (and :term:`predicate` attributes, if used) as the original. These ```` declarations will point at "new" view code. The new view code itself will usually be cut-n-paste copies of view callables from -the original application with slight tweaks. For example:: +the original application with slight tweaks. For example: + +.. code-block:: xml + :linenos: