Issue #275: Activate Syntax Highlighting with Coderay in Asciidoc templates

This commit is contained in:
Mario Zupan
2016-12-15 17:32:27 +01:00
parent b8b632905d
commit 6fa894938b
4 changed files with 149 additions and 5 deletions

View File

@ -21,6 +21,7 @@
<link rel="stylesheet" type="text/css" th:href="@{/plugins/bootstrap/css/bootstrap.min.css}"/>
<link rel="stylesheet" type="text/css" th:href="@{/css/font-awesome.min.css}"/>
<link rel="stylesheet" type="text/css" th:href="@{/css/animate.css}"/>
<link rel="stylesheet" type="text/css" th:href="@{/css/coderay.css}"/>
<!-- end of CSS -->
<!-- JS -->