From fe61865a020297773eed7b6298e8762f768bd4ef Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Wed, 16 May 2018 23:30:01 -0600 Subject: [PATCH] Enable syntax highlighting in Mkdocs --- docs/Theme Development.md | 12 ++++++------ mkdocs.yml | 2 ++ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/Theme Development.md b/docs/Theme Development.md index 799c8fd..08810ac 100644 --- a/docs/Theme Development.md +++ b/docs/Theme Development.md @@ -151,7 +151,7 @@ Below is a minimal functional `default` template that fulfills the above require #### Plain Text -```html +```php

@@ -159,7 +159,7 @@ Below is a minimal functional `default` template that fulfills the above require #### HTML -```html +```php
@@ -167,7 +167,7 @@ Below is a minimal functional `default` template that fulfills the above require #### Complex -```html +```php contact us for permission. +markdown_extensions: + - codehilite