diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Changelog
 
+- 0.8.1.3 (2019-01-24)
+    * Bump `pandoc` to 2.4
+    * Bump `yaml` to 0.11
+
 - 0.8.1.2 (2018-10-29)
     * Work around test failure caused by slightly different syntax highlighting
       in different pandoc versions
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -561,10 +561,10 @@
     If `w3mimgdisplay` is in a non-standard location, you can specify that using
     `path`:
 
-            ```yaml
-            backend: 'w3m
-            path: '/home/jasper/.local/bin/w3mimgdisplay'
-            ```
+    ```yaml
+    backend: 'w3m'
+    path: '/home/jasper/.local/bin/w3mimgdisplay'
+    ```
 
 Trivia
 ------
diff --git a/patat.cabal b/patat.cabal
--- a/patat.cabal
+++ b/patat.cabal
@@ -1,5 +1,5 @@
 Name:                patat
-Version:             0.8.1.2
+Version:             0.8.1.3
 Synopsis:            Terminal-based presentations using Pandoc
 Description:         Terminal-based presentations using Pandoc
 License:             GPL-2
@@ -44,14 +44,14 @@
     filepath             >= 1.4   && < 1.5,
     mtl                  >= 2.2   && < 2.3,
     optparse-applicative >= 0.12  && < 0.15,
-    pandoc               >= 2.0.4 && < 2.3,
+    pandoc               >= 2.0.4 && < 2.5,
     process              >= 1.6   && < 1.7,
     skylighting          >= 0.1   && < 0.8,
     terminal-size        >= 0.3   && < 0.4,
     text                 >= 1.2   && < 1.3,
     time                 >= 1.4   && < 1.10,
     unordered-containers >= 0.2   && < 0.3,
-    yaml                 >= 0.8   && < 0.11,
+    yaml                 >= 0.8   && < 0.12,
     -- We don't even depend on these packages but they can break cabal install
     -- because of the conflicting 'Network.URI' module.
     network-uri >= 2.6,
@@ -97,6 +97,6 @@
   Build-depends:
     base   >= 4.6  && < 5,
     mtl    >= 2.2  && < 2.3,
-    pandoc >= 2.0  && < 2.3,
+    pandoc >= 2.0  && < 2.5,
     text   >= 1.2  && < 1.3,
     time   >= 1.6  && < 1.10
