You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:param bool sandbox: Run pandoc in pandocs own sandbox mode, limiting IO operations in readers and writers to reading the files specified on the command line. Anyone using pandoc on untrusted user input should use this option. Note: This only does something, on pandoc >= 2.15
83
-
(Default value = True)
83
+
(Default value = False)
84
84
85
85
:returns: converted string (unicode) or an empty string if an outputfile was given
:param bool sandbox: Run pandoc in pandocs own sandbox mode, limiting IO operations in readers and writers to reading the files specified on the command line. Anyone using pandoc on untrusted user input should use this option. Note: This only does something, on pandoc >= 2.15
133
-
(Default value = True)
133
+
(Default value = False)
134
134
135
135
:returns: converted string (unicode) or an empty string if an outputfile was given
136
136
:rtype: unicode
@@ -318,7 +318,7 @@ def _validate_formats(format, to, outputfile):
318
318
319
319
def_convert_input(source, format, input_type, to, extra_args=(),
0 commit comments