pandoc-php icon indicating copy to clipboard operation
pandoc-php copied to clipboard

PHP Wrapper for Haskell's Pandoc

Results 7 pandoc-php issues
Sort by recently updated
recently updated
newest added

From https://pandoc.org/MANUAL.html#a-note-on-security > Pandoc’s parsers can exhibit pathological performance on some corner cases. It is wise to put any pandoc operations under a timeout, to avoid DOS attacks that exploit...

- smart not supported - $command order incorrect

Hi, I needed dokuwiki output , so I updated available formats (+ tests) according to 1.17.0.3 release of Pandoc. Virgile

To avoid the error: ``` pandoc: HOME: getAppUserDataDirectory: does not exist (no environment variable) ```

On Windows, [this line](https://github.com/ryakad/pandoc-php/blob/030856d65839becaf6609758d07c43aa05529fb9/src/Pandoc/Pandoc.php#L129) should use `where` instead of `which`.