summaryrefslogtreecommitdiff
path: root/mutt/.mutt/pandoc.html
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2018-11-16 14:29:44 +0100
committerUrbain Vaes <urbain@vaes.uk>2018-11-16 14:29:44 +0100
commit93ec8a8832241455ed7d2e06b7a5b94d75148b39 (patch)
treea1768fd6a0bca54e76e2ad6cd55cea6d31a2f49f /mutt/.mutt/pandoc.html
parent543c43ea1c8cbb938a5a5bcf06778100ca4c9728 (diff)
[mutt] Add binding to convert markdown to html
Diffstat (limited to 'mutt/.mutt/pandoc.html')
-rw-r--r--mutt/.mutt/pandoc.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/mutt/.mutt/pandoc.html b/mutt/.mutt/pandoc.html
new file mode 100644
index 0000000..010a3ed
--- /dev/null
+++ b/mutt/.mutt/pandoc.html
@@ -0,0 +1,8 @@
+<style>
+body {
+ font-family: Source Sans Pro, Courier;
+ padding: 1em;
+ font-size: 18px;
+ max-width: 46em;
+}
+</style>