Show More
@@ -112,7 +112,7 b' def check_pandoc_version():' | |||
|
112 | 112 | "Please consider reporting this issue and include the" |
|
113 | 113 | "output of pandoc --version.\nContinuing...", |
|
114 | 114 | RuntimeWarning, stacklevel=2) |
|
115 | return False | |
|
115 | return False | |
|
116 | 116 | ok = check_version(v , _minimal_version ) |
|
117 | 117 | if not ok: |
|
118 | 118 | warnings.warn( "You are using an old version of pandoc (%s)\n" % v + |
General Comments 0
You need to be logged in to leave comments.
Login now