There was an error while loading. Please reload this page.
1 parent a2b6657 commit 0cdeaa9Copy full SHA for 0cdeaa9
README.md
@@ -3,7 +3,9 @@ pandoc-markdown-ghci-filter
3
4
A `Pandoc` filter that identifies code blocks(`Haskell`) in Pandoc
5
supported formats, executes the code in GHCI and embeds the results in
6
-the returned output by updating the AST provided by `Pandoc`.
+the returned output by updating the AST provided by `Pandoc`. Note, this
7
+library is tested with pandoc 2.7.3 and may not be compatible with older
8
+versions.
9
10
Quick Overview
11
==============
0 commit comments