aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpetko <petko@524c5546-5005-0410-9a3e-e25e191bd360>2022-01-03 07:25:37 +0000
committerpetko <petko@524c5546-5005-0410-9a3e-e25e191bd360>2022-01-03 07:25:37 +0000
commita2b9da72c059a99dbf945cee5f94fa7300a9f846 (patch)
treed45aadeaa2c0c15c6da313b10c9ab448d572a991
parent7d3352425c189f17203f3c0aa2a8b25f909b4391 (diff)
downloadpmwiki.svn-a2b9da72c059a99dbf945cee5f94fa7300a9f846.tar.bz2
sample-config.php suggest $PmTOC, $EnablePmSyntax.
git-svn-id: svn://pmwiki.org/pmwiki/trunk@3955 524c5546-5005-0410-9a3e-e25e191bd360
-rw-r--r--docs/sample-config.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/sample-config.php b/docs/sample-config.php
index 5ac14db2..31407763 100644
--- a/docs/sample-config.php
+++ b/docs/sample-config.php
@@ -50,6 +50,13 @@ include_once("scripts/xlpage-utf-8.php");
## to enable these buttons, set $EnableGUIButtons to 1.
# $EnableGUIButtons = 1;
+## You can enable syntax highlighting for the documentation and/or
+## for the edit form.
+# $EnablePmSyntax = 1; # or 2, see documentation
+
+## For a basic table of contents, see page PmWiki/TableOfContents
+# $PmTOC['Enable'] = 1;
+
## To enable markup syntax from the Creole common wiki markup language
## (http://www.wikicreole.org/), include it here:
# include_once("scripts/creole.php");