pandoc-citeproc
pandoc
pandoc-citeproc | pandoc | |
---|---|---|
2 | 447 | |
274 | 37,899 | |
- | 2.3% | |
2.8 | 9.8 | |
over 4 years ago | 6 days ago | |
Haskell | Haskell | |
BSD 3-clause "New" or "Revised" License | GNU General Public License v2.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
pandoc-citeproc
- laTex or Markdown?
-
Are there places that collate additional Pandoc templates? I need an APA style template
this was the top result for pandoc citeproc apa
pandoc
-
Reading Hacker News weekly posts with GitHub CLI
pandoc: Convert tool, we can use it to covert HTML content to markdown
-
Quarkdown: A modern Markdown-based typesetting system
I get that people don't like the braces in TeX but ... :-)
I'm only half sarcastic here, I don't like them either. I have recently been using pandoc[1] to do the things they are talking about, I had added some stuff in perl using the Template Toolkit[2] to make HTML pages. My issue is that I have very different fugue states for writing vs. coding. Switching states breaks my flow so I've been trying to make the two modes as orthogonal as possible.
I'm curious if anyone has used something like this to go straight to PNG. My use case is that I have a surplus epaper display that can display pngs it fetches from the network and I've been forwarding it my todo list. Have been doing this with a LuaTeX flow but would like something a bit more seamless.
[1] Pandoc -- https://pandoc.org/
[2] Template Toolkit -- https://template-toolkit.org/
-
Show HN: Vaev – A browser engine built from scratch (It renders google.com)
wkhtmltopdf is not chromium though? "Wk" literally stands for WebKit.
There's also https://weasyprint.org/ which doesn't use any browser engine, but rather a custom renderer.
And both of those (and Prince) can be used as a backend by Pandoc (https://pandoc.org/)
-
How to Automate Document Workflows for Developers
Pandoc Documentation - Universal
- Open source and self hostable/private file converter
-
Why Is This Site Built with C
I think TFA is unfair wrt pandoc's dependencies. I'm not sure if the listed "ecosystem" is what you need to build pandoc from source, or just the result of shitty packaging of pandoc from the OS package maintainers.
For the record, the .deb download from [1] gives you a 146MB statically linked pandoc executable that depends only on libc6 (>= 2.13), libgmp10, zlib1g (>= 1:1.1.4).
[1] https://github.com/jgm/pandoc/releases
-
Accessible open textbooks in math-heavy disciplines
Another option is Quarto [1]. It's basically a friendly wrapper around Pandoc [2], letting you write in Markdown (+ lots of Quarto-specific extensions) and render to LaTeX, Typst, multi-page HTML, EPUB, docx, and more.
[1] https://quarto.org/
[2] https://pandoc.org/
-
Overengineer your CV
The resulting Markdown is passed to pandoc to convert it to HTML
-
If it is worth keeping, save it in Markdown
To be fair, one there's a good one there's much less incentive to write something new. In this case the good converter is Pandoc: https://pandoc.org/
-
How to convert Markdown to PDF
There are a handful of excellent command-line tools, and Pandoc comes to mind. It is not just a one-trick pony, too. With Pandoc you can convert between many different formats.
What are some alternatives?
pandoc-csv2table - A Pandoc filter that renders CSV as Pandoc Markdown Tables.
pandoc-highlighting-extensions - Extensions to Pandoc syntax highlighting
pandoc-crossref - Pandoc filter for cross-references
sphinx - implementation of a sphinx client in haskell
mustache-haskell - mustache implementation in Haskell
gotenberg - A developer-friendly API for converting numerous document formats into PDF files, and more!