MantisBT: master 39a64a60

Author Committer Branch Timestamp Parent
vboctor vboctor master 2015-01-31 21:56 master 51bdc101
Changeset

Basic markdown support

Uses Parsedown markdown library from
https://github.com/erusev/parsedown

Strings handling: to avoid URLs from being handled twice (once by the
string_api and the other by markdown parser), we turn off our own
handling when markdown is enabled.

This also drops the [^] functionality for opening in a new window
(I would argue there is no need for this).

mod - config_defaults_inc.php Diff File
mod - core.php Diff File
add - core/markdown_api.php Diff File
mod - docbook/Admin_Guide/en-US/config/display.xml Diff File
add - library/parsedown/LICENSE.txt Diff File
add - library/parsedown/Parsedown.php Diff File
mod - plugins/MantisCoreFormatting/MantisCoreFormatting.php Diff File