Not a developer? Go to MovableType.com

Documentation

indent

Adds the specified amount of whitespace to the left of each line of the input.

Example:

    <$mt:EntryBody indent="4"$>

This adds 4 spaces to the left of each line of the EntryBody value.

Back