#format rst #language en Real title ========== Real subtitle ------------- Above are real reST titles and subtitle. Need to be first in reST to get rendered as such. However, in MoinMoin they are not rendered as titles. Discussion__ .. __: /Talk .. The next lines gives an overview over all subpages automatically Subpages: .. macro:: [[Navigation(children, 1)]] .. contents:: Contents of this page .. StartInclude {{{#!rst A page to play around with design features of reStructuredText. .. _sidebar: .. _sidebars: .. sidebar:: How do sidebars look like? This is what I'm really interested in: * Does a sidebar work? * Where is it rendered to on the output? The standard CSS style sheet does not know about a ``
`` and ``
at the beginning of the included HTML. This makes the substitution idea superfluous - though a real style would still be better than this hack. Special body elements ===================== Beyond sidebars_ reST supports a number of other `special body elements`_. How does embedding in MoinMoin work? .. _special body elements: http://docutils.sourceforge.net/docs/ref/rst/directives.html#body-elements .. topic:: A *topic* block A separate block of text not contained in the normal flow. For instance used to explain a notion used in the main text. Some normal text after the topic. .. rubric:: A *rubric* A rubric is like an informal heading that doesn't correspond to the document's structure. .. epigraph:: An *epigraph* is an apposite (suitable, apt, or pertinent) short inscription, often a quotation or poem, at the beginning of a document or section. -- http://docutils.sourceforge.net/docs/ref/rst/directives.html#epigraph Some normal text after the epigraph. .. highlights:: * A *highlights* block is used * to stand out * a couple of key points * for instance Some normal text after the highlights. .. pull-quote:: A *pull-quote* is a small selection of text "pulled out and quoted", typically in a larger typeface. Pull-quotes are used to attract attention, especially in long articles. Some normal text after the pull-quote. .. container:: center This is part of a *container* which in this case has a class *center*. The class, however, needs to be supported by the stylesheet to be useful. Some text after the container.