aboutsummaryrefslogtreecommitdiff
path: root/views/blob.html
diff options
context:
space:
mode:
Diffstat (limited to 'views/blob.html')
-rw-r--r--views/blob.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/views/blob.html b/views/blob.html
index 470808e..58c40a7 100644
--- a/views/blob.html
+++ b/views/blob.html
@@ -73,7 +73,9 @@
% end
</table>
% elif can_markdown(repo, fname.unicode):
+<div class="markdown">
{{!markdown_blob(blob.utf8_content)}}
+</div>
% elif can_colorize(blob.utf8_content):
{{!colorize_blob(fname.unicode, blob.utf8_content)}}
% else: