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…
In the config.yaml file inside the root directory of your jekyll
website, set pygments to true
Usage
{%highlightlanguage%}...code...{%endhighlight%}
Code highlighting for Keynote presentations
step 1
step 2
highlight the source code in RTF format and copy the result
of that operation to your Mac’s clipboard:
Step 3
Paste into your slide in Keynote. Keynote will create a new text box
with your highlighted code. You can adjust the width as needed, and
adjust the font size with cmd+ and cmd-.
Code highlighting for Latex
minted
is a package that uses Pygments to provide top-notch syntax
highlighting in LaTeX.