aboutsummaryrefslogtreecommitdiff
path: root/exampleSite/content/post/syntax-highlighting.md
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/content/post/syntax-highlighting.md')
-rw-r--r--exampleSite/content/post/syntax-highlighting.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/exampleSite/content/post/syntax-highlighting.md b/exampleSite/content/post/syntax-highlighting.md
index 9e5558d..dba9805 100644
--- a/exampleSite/content/post/syntax-highlighting.md
+++ b/exampleSite/content/post/syntax-highlighting.md
@@ -1,7 +1,7 @@
---
title: "Syntax Highlighting"
date: 2011-08-30T16:01:23+08:00
-lastmod: 2017-08-30T16:01:23+08:00
+lastmod: 2018-11-05T16:01:23+08:00
draft: false
tags: ["preview", "Syntax Highlighting", "tag-5"]
categories: ["Syntax Highlighting"]
@@ -99,6 +99,13 @@ object HelloWorld with Application {
print("Hello, World!")
```
+```clojure
+(defn hello-world
+ "A function print 'Hello world'."
+ []
+ (prn "Hello world"))
+```
+
```go-html-template
<!DOCTYPE html>
<html>