forked from leftypol/leftypol
allowed enabling multiple themes simultaneously
This commit is contained in:
parent
bb67062cd5
commit
d9b82cfe4f
5 changed files with 29 additions and 21 deletions
|
@ -568,6 +568,9 @@
|
|||
$config['auto_unicode'] = true;
|
||||
// Use some Wiki-like syntax (''em'', '''strong''', ==Heading==, etc)
|
||||
$config['wiki_markup'] = true;
|
||||
// Use Markdown for markup instead
|
||||
// http://daringfireball.net/projects/markdown/
|
||||
$config['markdown'] = false;
|
||||
// Whether to turn URLs into functional links
|
||||
$config['markup_urls'] = true;
|
||||
// Complex regular expression to catch URLs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue