timofurrer / pandoc-mermaid-filter

Pandoc filter for mermaid code blocks
MIT License
75 stars 21 forks source link

Added stdout and stderr to check_call #15

Open jerri opened 4 years ago

jerri commented 4 years ago

It seems, that with long pandoc-files, something happens with stdout and we get the error BlockingIOError: [Errno 11] write could not complete without blocking. To avoid this, we can just ignore stderr and stdout from the mermaid call, as they are not used in any case. After adding this parameters, the error vanishes.