Skip to content

Instantly share code, notes, and snippets.

@thehereward
thehereward / Fixing pandoc on WSL2
Last active September 9, 2020 12:06
Getting pandoc markdown --> PDF generation working on Ubuntu, using WSL2
sudo apt-get install pandoc
sudo apt-get install texlive
sudo apt-get install texlive-latex-extra
pandoc -s file_1.md file_2.md file_n.md -o output.pdf
@thehereward
thehereward / README.MD
Created August 6, 2020 09:51
Non-break spaces break markdown

Regular space

A tab

## Non-break space

@thehereward
thehereward / InTheFleshSpoilers.MD
Last active October 7, 2018 11:41
Content Warning for In The Flesh - includes spoilers.

In The Flesh is a BBC 3 drama from 2013. The content warning below includes some spoilers - click at your own risk.

Season 1 Content Warning

Zombies, blood and gore. Prejudice & discrimination. Suicide.

@thehereward
thehereward / bindings.json
Created April 5, 2018 11:17
Custom Reviewable Key Bindings
[
[
"f",
"Show next/latest diffs",
"setProposedRevRanges()"
],
[
"n",
"Next unreviewed file",
"nextUnreviewedFile()"