Can't indent a heading.
- == Heading 2 ==
- == Heading 2 ==
Is this a bug or a feature request? Why would you like to indent a heading? The headings were intended to be flushed to the left margin as the absolute minimum amount of syntax required to accomplish the task. It's arguable that the syntax is completely useless. The
Simple heading
format is just bolding the text on a separate line. -- SunirShah
- I have decided that this is a feature request, and have rejected it for 1.0. --CliffordAdams
Some suggestions for a workaround:
- use the DL syntax to get a list of headings
- use CSS to make lower-level headers indent
- use CSS counter property (or rather, badger IE, Mozilla & Opera into supporting it properly...)
- apply the "arbitrary counters" patch and then use "== #head# Header =="
- apply the double-backslash patch and write "* heading\\ <newline> content "