Not a developer? Go to MovableType.com

Documentation

TextileHeadOffset

Type: function

Provides a way to offset the .h1, .h2, etc. Textile header blocks. This is useful if you always write your entries using “h1.”, “h2.” blocks, but need these to be published with “<h3>”, “<h4>” tags instead (depending on the structure of the document being published).

Attributes

  • offset: A number that used to offset the published heading tags. If set to 1, each “h1” block is published in a “<h2>” tag, “h2” is published as “<h3>”, and so forth.

Example

<$mt:TextileHeadOffset offset="2"$>
Back