Files
Redmine/app/views/attachments/markdownized.html.erb
2026-03-10 06:35:56 +00:00

5 lines
191 B
Plaintext

<%= render :layout => 'layouts/file' do %>
<%= render :partial => 'common/markup',
:locals => {:markup_text_formatting => 'common_mark', :markup_text => @content} %>
<% end %>