View Issue Details

IDProjectCategoryView StatusLast Update
0004378Slicer4Core: Documentation and Wikipublic2017-06-06 18:22
Reporterjcfr Assigned Togrundlett  
PrioritynormalSeverityfeatureReproducibilityN/A
Status closedResolutionfixed 
Product Version 
Target VersionSlicer 4.7.0Fixed in Version 
Summary0004378: BugTracker: Enable markdown support
Description

Look like enabling the option process_markdown should be enough.
See https://github.com/mantisbt/mantisbt/blob/6bd9fb81c2479c2b78e8f08317a6a9702d258154/plugins/MantisCoreFormatting/pages/config_edit.php#L47

TagsNo tags attached.

Activities

grundlett

grundlett

2017-06-06 17:51

administrator   ~0014523

(Administrator) Navigate to the Manage Plugins page. Then click the title for the Mantis Core Formatting plugin to access it's setting page
https://issues.slicer.org/plugin.php?page=MantisCoreFormatting/config

Tick the box for processing Markdown and save.

grundlett

grundlett

2017-06-06 18:18

administrator   ~0014524

If this is processing markdown

  • this
  • should
  • turn into
  • a list and this should be a link to Google
jcfr

jcfr

2017-06-06 18:22

administrator   ~0014525

Nice :+1

This is come code:

int main(int, char*[])
{
  std::cout << "Hello" << std::endl;
}

Issue History

Date Modified Username Field Change
2017-06-06 17:33 jcfr New Issue
2017-06-06 17:33 jcfr Status new => assigned
2017-06-06 17:33 jcfr Assigned To => grundlett
2017-06-06 17:34 jcfr Summary issue tracker" Enable markdown support => BugTracker: Enable markdown support
2017-06-06 17:51 grundlett Status assigned => closed
2017-06-06 17:51 grundlett Resolution open => fixed
2017-06-06 17:51 grundlett Note Added: 0014523
2017-06-06 18:18 grundlett Note Added: 0014524
2017-06-06 18:22 jcfr Note Added: 0014525