bug fix: broken indents fixed in markdown rendered statements
This commit is contained in:
parent
700eec6672
commit
42f04bf70c
5 changed files with 10 additions and 5 deletions
|
@ -41,7 +41,8 @@
|
|||
%h3= content.name
|
||||
.readme
|
||||
- if content.name =~ /\.(md|markdown)$/i
|
||||
= markdown(content.data)
|
||||
= preserve do
|
||||
= markdown(content.data)
|
||||
- else
|
||||
= simple_format(content.data)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue