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

Run pandoc as a service

Results 3 go-pandoc issues
Sort by recently updated
recently updated
newest added

I try to go get the package and i get the errors: ..\..\github.com\gogap\go-pandoc\pandoc\command.go:17:3: unknown field 'Setpgid' in struct literal of type syscall.SysProcAttr ..\..\github.com\gogap\go-pandoc\pandoc\command.go:18:3: unknown field 'Pgid' in struct literal of...

How I get a pictures from a url to my PDF? LaTex ``` \documentclass{article} \usepackage{graphicx} % includegraphics command is implemented here \begin{document} \write18{wget http://www.example.com/path/to/image.png} \includegraphics{image.png} \end{document} ``` I use MD...

Hi, Below example mentioned is not working with latest `pandoc` version. ```sh ~ » curl -X POST \ ve9u@ve9u http://localhost:8080/v1/convert \ -H 'accept-encoding: gzip' \ -H 'cache-control: no-cache' \ -H...