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
|
@ -8,7 +8,8 @@
|
|||
Edit
|
||||
%hr
|
||||
.wiki_content
|
||||
= markdown_to_html @wiki.content
|
||||
= preserve do
|
||||
= markdown_to_html @wiki.content
|
||||
|
||||
%p.time Last edited by #{@wiki.user.name}, in #{time_ago_in_words @wiki.created_at}
|
||||
- if can? current_user, :admin_wiki, @project
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue