Category "pandoc"

How to change the HTML rendering of a Pandoc element?

I'm trying to customize the default HTML output of footnotes from an .odt file. For example a file with a footnote like this: Some text with a footnote1 Will

Stopping Pandoc from escaping single quotes when converting from HTML to Markdown

If I convert a single quote ' from HTML to Markdown, it is automatically escaped: % echo "'" | pandoc -f html -t markdown \' I'd like it to output without

avoid "pandoc document conversion failed with error 61" for `github_document`

I keep failing to knit a github_document because of the error shown below. A solution to avoid this was provided in this question for html_document. But that ar

Pandoc Markdown: ignore text in PDF (but include in HTML) Updated?

This question of how to include text that will appear in html but not pdf has been answered twice (LaTeX multicolumn block in Pandoc markdown and Pandoc markdow

How to cite within a figure caption w/ rmarkdown native citation?

In R Markdown, I want a figure caption with a linked citation in R Markdown native citation style [@ref]. However, when I insert the [@hawking_thermodynamics_19

Pandoc - HTML to Markdown - remove all attributes

This would seem like a simple thing to do, but I've been unable to find an answer. I'm converting from HTML to Markdown using Pandoc and I would like to strip a

Using pypandoc on IIS server

After testing our Flask api on our local system, I have been unable to run the same app after deploying on IIS server. Basically it gives me 500 error whenever

Table layouts for use with Pandoc

I'm trying to create a document generation workflow (professional documents). The goal is to write as much as possible in Markdown. The resulting document shoul

Read file from project root directory in Lua (for Quarto/Pandoc)

I have a book that I am moving from the Bookdown toolchain to Quarto. Very simply, both tools generate a book from flavoured markdown using Pandoc. Pandoc allow

Recommended Way to Bulk Convert Typora Markdown to PDF using Pandoc

The team I am on has dozens of markdown documents created using a Markdown editor called Typora (they won't want to switch to another editor). We would like to

How to convert Markdown + CSS -> PDF?

I'm trying to convert a Markdown file into a PDF. I'm looking for only two things: A way to easily change the style of the pdf (for example with a CSS file) A

Pandoc cannot find image path referenced in external HTML file pulled into R Markdown, despite using here() package

I am producing an HTML document through R Markdown, which uses a few external HTML documents for headers and footers. I am also using the here() package to allo