node-pandoc
node-pandoc copied to clipboard
A wrapper around the pandoc tool for node.
Results
2
node-pandoc issues
Sort by
recently updated
recently updated
newest added
I was getting fragmentary returns (just the last chunk of output) from pandoc -f markdown -t rtf conversion. Not sure if this is the best fix, but it seemed right...
You use `function(result, err)` as the signature for callbacks. Standard would be `function(err, result)`. Nearly every other library uses callbacks this way and everyone would expect this lib to do...