How can I change reStructuredText header levels?
Up to Table of ContentsThis FAQ applies to: Plone 3.0.x, Plone 2.5.x
By default, the level of the first header tag in reStructuredText is set to the XHTML <h2>. You may change that by using the Zope Management Interface to edit the portal_transforms object in your Plone site root.
Steps, to change initial header levels:
- specify initial header level: portal_transforms/rest_to_html
- update transformation: portal_transforms/rest_to_html/manage_reloadTransform
To rerender an existing document, go to its edit tab and save it.