Update and add samples

This commit is contained in:
Michael Rose
2016-03-04 12:37:24 -05:00
parent bc67d8d136
commit 3b13509329
47 changed files with 104 additions and 71 deletions

View File

@ -4,7 +4,6 @@ excerpt: "Post displaying the various ways of highlighting code in Markdown."
tags:
- code
- syntax highlighting
modified: 2016-02-23T12:08:33-05:00
---
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.[^1]