add disqus comments as per hpstr theme

This commit is contained in:
Maximilian Held
2014-03-25 17:25:21 +01:00
parent db2981d253
commit 55d0059f87
11 changed files with 37 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ layout: post
title: Syntax Highlighting Post
description: "Demo post displaying the various ways of highlighting code in Markdown."
tags: [sample post, code, highlighting]
comments: true
---
[Syntax highlighting](http://en.wikipedia.org/wiki/Syntax_highlighting) is a feature that displays source code, in different colors and fonts according to the category of terms. This feature facilitates writing in a structured language such as a programming language or a markup language as both structures and syntax errors are visually distinct. Highlighting does not affect the meaning of the text itself; it is intended only for human readers.