Skip to content

Instantly share code, notes, and snippets.

@armathor
armathor / Github-style-syntax-in-pages.md
Created August 20, 2020 21:56 — forked from sudara/Github-style-syntax-in-pages.md
Github style syntax highlighting in Pages.app

I like Pages.app, but don't want to deal with constantly copying and pasting code around.

Here is how I do syntax highlighting in Pages.app by pressing a key command. It's based off of this post on stack exchange.

install pygments

sudo easy_install Pygments

install github syntax