Prevent new console window being created on Windows
When using deployment methods such as pyinstaller, pypandoc would
flash open a console window when it invoked pandoc.
Changing the creation flag on windows to prevent a new console window
fixes this