| | | |
| ## markdown_top_heading_level - Integer | | ## markdown_top_heading_level - Integer |
| | | |
| Allows you to define with which level the header n | | Allows you to define with which level the header n |
| umbering should start. by default h1 is used. if y | | umbering should start. by default h1 is used. if y |
| ou set this to 2 it starts with an h2 html tag. | | ou set this to 2 it starts with an h2 html tag. |
| | | |
t | | t | # Board
|
| | |
|
| | | ## board_markup_enabled
|
| | |
|
| | | List of enabled markup languages for forum posts.
|
| | |
|
| | | Default:
|
| | |
|
| | | SPH_SETTINGS['board_markup_enabled'] = ( 'bbco |
| | | de', )
|
| | |
|
| | | Available options:
|
| | |
|
| | | - bbcode
|
| | | - markdown
|
| | |
|
| | | The default is still just 'bbcode' because there a |
| | | re several problems with the markdown rendering. ( |
| | | Like: quoting other posts - it is impossible to qu |
| | | ote a bbcode post in a markdown post..)
|
| | | |
| # Miscellaneous | | # Miscellaneous |
| | | |
| ## wiki_rss_url | | ## wiki_rss_url |
| | | |