markmon
markmon copied to clipboard
Stdout maxBuffer exceeded
I have a fairly large Markdown file, and exactly when the number of characters is 120731 (and I save) I get this error:
exec error: { Error: stdout maxBuffer exceeded
at Socket.<anonymous> (child_process.js:259:14)
at emitOne (events.js:96:13)
at Socket.emit (events.js:188:7)
at readableAddChunk (_stream_readable.js:176:18)
at Socket.Readable.push (_stream_readable.js:134:10)
at Pipe.onread (net.js:548:20)
cmd: 'pandoc < "path_to_file\\file.md"' }
It works with 120730 characters and less. It's not a pandoc issue as I can convert my file to html with no problems.