RFC 7159
data interchange format … a text format for the serialization of structured data
Implementations that generate only objects or arrarys where a JSON text is called for will be interoperable in the sense that all implementations will accept these as conforming JSON texts.
A JSON parser transforms a JSON text into another representation…
$ git rm file1.txt
$ git commit -m "remove file1.txt"
install Pygments
$ pip install Pygments
In the config.yaml file inside the root directory of your jekyll website, set pygments to true
highlighter: pygments
Usage
{% highlight language %}
... code ...
{% endhighlight %}
$ brew install highlight
$ highlight -O rtf fw.sql | pbcopy
$ highlight -S python -O rtf fw.py | pbcopy
cmd+
and cmd-
.minted is a package that uses Pygments to provide top-notch syntax highlighting in LaTeX.