after the crash i restored one of my pages and the headers went 3 levels deep (sometimes 4).
* on the main page it didn't underline the level 3 headings, eg === heading ===
* on the contents window it showed those 3 deep headings, eg 4.1.3
today it's changed,
* on the main page level 3 headings are now underlined
* on the contents window it only shows headings 2 levels deep, eg 4.1.3 is no longer there
is there a way to restore that content functionality?
btw, is there any way to format text as monospace inside a normal paragraph? like the TT codes we have on the forum? actually is it possible to get more formatting available on the wiki as it's a bit limited (or am i missing something obvious?).
It is possible to limit the depth of sub-sections to show in the TOC globally using $wgMaxTocLevel. If configuration setting $wgMaxTocLevel in LocalSettings.php is set to 3 for example, only first and second level headings show up in the TOC.
any chance it can be increased from 3 to 4 to show headings 3 levels deep in the TOC?
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
* on the main page it didn't underline the level 3 headings, eg === heading ===
* on the contents window it showed those 3 deep headings, eg 4.1.3
today it's changed,
* on the main page level 3 headings are now underlined
* on the contents window it only shows headings 2 levels deep, eg 4.1.3 is no longer there
is there a way to restore that content functionality?
btw, is there any way to format text as monospace inside a normal paragraph? like the TT codes we have on the forum? actually is it possible to get more formatting available on the wiki as it's a bit limited (or am i missing something obvious?).
It is possible to limit the depth of sub-sections to show in the TOC globally using $wgMaxTocLevel. If configuration setting $wgMaxTocLevel in LocalSettings.php is set to 3 for example, only first and second level headings show up in the TOC.
any chance it can be increased from 3 to 4 to show headings 3 levels deep in the TOC?