Pandoc
11–20 of 213 posts
Re: Pandoc
#12I use Pandoc to convert directories of Markdown files into static HTML websites. Here's the build command for responsive.style[1]: pandoc $file -f markdown -t html5 -H templates/header-prod.html -B templates/nav.html -A templates/footer-prod.html -o (echo "../$file" | sed '$s/\.md$/.html/') -s --data-dir=./ --highlight-style breezedark --variable=file:(echo "$file" | sed '$s/\.md$/.html/') Works beautifully! 1: https…
Re: Pandoc
#13Re: Pandoc
#14I love pandoc. I've been using it intermittently for years to turn my Markdown and org-mode documents into other formats. Just wish it would take Asciidoc as an input format.
Re: Pandoc
#15Pages to anything else, please.
Re: Pandoc
#16Re: Pandoc
#17Re: Pandoc
#18I do all of my academic writing in pandoc. As compared to LaTeX this means no boilerplate (yet you can still use full LaTeX syntax for equations and the like) and, if the publisher 'needs' a Word file, you are one click away from providing it. All with plain text files that you can put under version control, get meaningful diffs, etc. It's just great.
Re: Pandoc
#19Is there an equivalent of this for spreadsheets?
https://orgmode.org/worg/org-tutorials/org-spreadsheet-intro...