libpandoc
libpandoc copied to clipboard
C bindings to Pandoc, a markup converter library written in Haskell.
Hello, Firstly, thank you for this repo. When I get it working it'll be a really nice thing to have. I'm having trouble building under windows, although I'm not sure...
[3 of 3] Compiling LibPandoc ( src/LibPandoc.hs, dist/build/libpandoc.so/libpandoc.so-tmp/LibPandoc.o ) src/LibPandoc.hs:88:5: Not in scope: data constructor `StringReader' src/LibPandoc.hs:95:5: Not in scope: data constructor `PureStringWriter' Perhaps you meant `ByteStringWriter' (imported from Text.Pandoc)...
Well, It seems not easy to make a shared library without -dynamic option in Haskell world. I test it on macOS, and comment out the line: `-- Ghc-Options: -dynamic` Failed...
Hello, I tried building on macOS Sierra and got the following error: ``` 02:19:14 libpandoc $ make GHC is version 8.2.1 sed: 1: "libpandoc.cabal": extra characters at the end of...
It seems pandoc() doesn't support unicode characters. It just reports that codepoints of unicode chars are out of ascii char range [0,255)