Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteffen van Bergerem <svbergerem@online.de>2015-05-02 17:36:18 +0300
committerJonne Haß <me@jhass.eu>2015-05-04 05:04:34 +0300
commit0cffa00004cb495d4d4acdd8792254a51cbe457b (patch)
tree648556064135c2972ff5feabefb6c05f513317cc /app/assets/stylesheets/application.scss
parentdd2e1ea29e38d4dc9c585da7971fd8621a88bb20 (diff)
Add syntax highlighting for markdown content
Diffstat (limited to 'app/assets/stylesheets/application.scss')
-rw-r--r--app/assets/stylesheets/application.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss
index 4d3bd3df3..a4f8ce423 100644
--- a/app/assets/stylesheets/application.scss
+++ b/app/assets/stylesheets/application.scss
@@ -92,6 +92,7 @@
/* code */
@import 'new_styles/code';
+@import 'highlightjs/github';
/* statistics */
@import 'new_styles/statistics';