diff --git a/BBCodePlus/BBCodePlus.php b/BBCodePlus/BBCodePlus.php index d830256..f28ae75 100644 --- a/BBCodePlus/BBCodePlus.php +++ b/BBCodePlus/BBCodePlus.php @@ -85,13 +85,9 @@ function init() { * @return void */ function content_begin() { - if ( ON == $this->t_MantisCoreFormatting_process_markdown ) { - # display a warning if markdown processing is on. - $output = '
'. - plugin_lang_get( 'title' ) . ': '. plugin_lang_get( 'markdown_warning' ) . '
'; - } else { - $output = ''; - } + # BBCodePlus and MantisCoreFormatting Markdown can coexist: BBCode [tag] syntax and + # Markdown **syntax** are orthogonal and do not interfere with each other. + $output = ''; # add image picker modal. $output .= '