Skip to content

Commit 0cdeaa9

Browse files
authored
add note about pandoc version requirements
1 parent a2b6657 commit 0cdeaa9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ pandoc-markdown-ghci-filter
33

44
A `Pandoc` filter that identifies code blocks(`Haskell`) in Pandoc
55
supported formats, executes the code in GHCI and embeds the results in
6-
the returned output by updating the AST provided by `Pandoc`.
6+
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.
79

810
Quick Overview
911
==============

0 commit comments

Comments
 (0)