Skip to content

Commit

Permalink
fixed markup in the doc
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Apr 24, 2012
1 parent 49c5d51 commit 02f1c56
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions doc/tags/embed.rst
Expand Up @@ -17,7 +17,9 @@ from an external file (like with the ``include`` statement):
As it's not easy to understand in which circumstances it might come in handy,
let's take an example; imagine a base template shared by many pages with a
single block::
single block:

.. code-block:: text
┌─── Page n ──────────────────────────┐
│ │
Expand All @@ -32,7 +34,9 @@ single block::
│ │
└─────────────────────────────────────┘
Some pages (page 1, 2, ...) share the same structure for the block::
Some pages (page 1, 2, ...) share the same structure for the block:

.. code-block:: text
┌─── Page 1 & 2 ──────────────────────┐
│ │
Expand All @@ -47,9 +51,11 @@ Some pages (page 1, 2, ...) share the same structure for the block::
│ │
└─────────────────────────────────────┘
While other pages (page a, b, ...) share a different structure for the block::
While other pages (page a, b, ...) share a different structure for the block:

.. code-block:: text
┌─── Page a, b ──────────────────────┐
┌─── Page a, b ──────────────────────
│ │
│ ┌── Base B ───────────┐ │
│ │ ┌───────┐ ┌───────┐ │ │
Expand Down

0 comments on commit 02f1c56

Please sign in to comment.