View Issue Details

IDProjectCategoryView StatusLast Update
0024054mantisbtmarkdownpublic2018-02-28 10:43
ReporterSL-Gundam Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
Summary0024054: Starting with a markdown code block does not work properly
Description

If i start my note or description with a markdown code block using identation of 4 spaces results in the first 4 spaces being trimmed.
The below works as the description starts with my explaining the problem. It does not work in the Steps to reproduce.

····# code block
····print '3 backticks or'
····print 'indent 4 spaces'

Steps To Reproduce

····# code block
····print '3 backticks or'
····print 'indent 4 spaces'

TagsNo tags attached.

Activities

SL-Gundam

SL-Gundam

2018-02-28 10:43

reporter   ~0059058

code block

print '3 backticks or'
print 'indent 4 spaces'

# code block
print '3 backticks or'
print 'indent 4 spaces'

Sorry forgot to remove the dots a copied from commonmark