Docker images in the pandoc/latex and pandoc/extra repositories have often had missing packages. The reason was the release of TeXLive 2026 and, what appears to be, a moody archive server for TeXLive 2025.
The “latest” images, which contain the newest pandoc 3.9.0.2, come with TeXLive 2026 and […]
Just released Panache 2.29 a couple of days ago: a formatter, linter, and language server for #Quarto, #Pandoc, and #R #Markdown! 🚀
New features include file renaming updating links, Yaml entries, etc throughout your files and Quarto projects. Full notes at github.com/jolars/panac...
panache.bz
A cartoon panda named Patch sits in a dark, neon-lit hacker den. He wears round glasses and a teal hoodie, holds a card labeled ".md", and works at a purple laptop branded "rotkeeper." Beside him glows a teal pile of digital poop with a "www" orb on top — the output of his Markdown-eating pipeline. A stitched patch mark sits on his forehead. Vibes: cozy chaos, file system devotion.
meet Patch 🐼 bespectacled panda hacker!
Rotkeeper mascot: eats .md → poops sites. kills link rot.
Python: github.com/drawmeanelephant/Py-Rotkeeper
Bash: github.com/drawmeanelephant/rotkeeper
#Rotkeeper #StaticSite #Pandoc #IndieWeb
#TIL Innerhalb von #Claude Skills kann man Markdown-Dateien erstellen und mit #Pandoc in PDF konvertieren. So etwas wie #lernOS Produktionskette as a Claude Service ist denkbar.
Panache, a language server, formatter, and linter for #Pandoc , #Quarto and #R #Markdown files is now also available for #VScode and related editors like #positron See marketplace.visualstudio.com/items or https://open-vsx.org/extension/jolars/panache .
"Markdown→PDF・Wordの変換にLibreOffice26.2が頼もしかった件 #Pandoc - Qiita"
qiita.com/gaichi/items...
I Only Make #Documents in One #Format
https://medium.com/gitco
#pandoc #transform
For writers, I attempted to update my Pandoc templates to include headers, to where it would grab the title, the author name, and otherwise, from other spots in the document. If you can do better, be my guest! Submit a PR! github.com/rkingett/writertools/tre... […]
Wenn man als langjähriges #Word-Kind sich den Wechsel zu einem #Markdown-Editor überlegt, fragt man sich: Wie steht es um den Datenaustausch? Ich zeige mehrere Methoden in beide Richtungen auf (Zwischenablage, #Writage und #Pandoc) und weise auf die grössten Stolperfallen hin. #clickomaniach
Why write for Project Q?
Books-as-code: our open-source tool chain allows us to treat books as code. This makes your content flexible, trackable, and accountable. You're not tied to any platform, so work the way you want.
www.projectqpub.com/write
#latex #pandoc #GIMP
Hey #Pandoc users, I am trying to convert my old docs Manuscripts to Markdown but every single time I convert doc or Docx to Markdown I keep getting character coding errors such as /‘ and things like can/‘t and I would like to know if there is a command that will clean almost all of that up? So […]
The default HTML-output generated by pandoc is polyglot HTML, i.e., it's both valid HTML and XML.
The `tidy` utility is tool that can generate pure HTML; it can also shed a few bytes by omitting optional tags. E.g.
pandoc --to=html -s … | tidy -q -ashtml -omit
#pandoc #html #html5 #xml #tidy
New in pandoc 3.9:
Many CSL styles will format citations differently when the same source has been cited earlier. In documents with chapters, it is usually desirable to reset this position information at the beginning of every chapter. To do this, add the class `reset-citation-positions` to the […]
New off-label use: packing zip archives with pandoc:
pandoc --extract-media=archive.zip <<EOF
!
!
EOF
#pandoc #offlabel
New in pandoc 3.9: Passing a filepath with a `.zip` extension to the `--extract-media` command line parameter now collects all media files in that zip.
E.g.
pandoc --extract-media=images.zip …
#pandoc #zip #media_files
I've made an autoformatter, linter, and LSP for Quarto, Pandoc, and RMarkdown documents! It's still very much a work-in-progress; only the formatter is reaching something resembling a mature state. Check it out at https://github.com/jolars/panache
#pandoc #markdown #quarto #rmarkdown
I just discovered the joys of #pandoc, and I just converted a LaTeX file to Word, and it didn't come out terrible! So happy!
#Pandoc - Convertir vos documents sans logiciel proprio : bit.ly/4twjsq6
A terminal session featuring the pandoc Lua interpreter. The screen shows the result after running `pandoc.utils.documentation(pandoc.read)`. The output lists all function parameters of "pandoc.read", with a short descriptions and parameter data types; it also includes docs for the function's return value.
The Lua system now includes `pandoc.utils.documentation` for online help. Pass it a pandoc function or module, and it will return the docs for that object.
#pandoc #onlineHelp #Lua
@eliocamp the #pandoc program is probably your best bet. There maybe an R package to run it, I'm not sure.
But if your collaborator already knows LaTeX, they can probably learn RMarkdown in less time than it takes to set a moderately complex table.
If you’re looking for a great open-source project to use _and_ sponsor, check out
@pandoc.
I’ve been using Pandoc for years, it’s a huge time-saver for publishing documents from Markdown and an essential tool in my workflow.
https://github.com/jgm/pandoc
#pandoc #opensource #floss #publishing
RE: https://fedihum.org/@felwert/116011580608598485
This is terrific and extremely handy, really lowering the barrier to entry for some users. Kudos to those involved!
#Pandoc #documents
@pandoc #pandoc is one of the world wonders! Thank you!
The new browser-based version of #pandoc is really neat! Not a complete replacement for the cli, but a good way to introduce pandoc to people who are less comfortable with terminal commands. https://pandoc.org/app/
New blog post: An updated #pandoc letterhead template. Basically a guide to an arguably overthought customizable template for writing letters in #markdown.
blog.hartleygroup.org/2026/01/31/a...
The pandoc wasm demo, which do document conversions in the browser, now supports Lua filters!
https://pandoc.org/wasm-demo/
#pandoc #wasm #Lua #LuaFilter
#TRANSPORT NA #ANTARKTIKU
multi-search-tag-explorer.aepiot.com/advanced-sea...
#PANDOC
multi-search-tag-explorer.aepiot.ro/advanced-sea...
aepiot.ro
Or as a single command, without a helper script:
pandoc lua -l m=pandoc.mediabag \
-e 'm.insert(OUTFILE, m.fetch(URI))' \
-e 'm.write(".")'
#pandoc #offLabel
Off-label-use of pandoc: convert numbers from Roman numerals to Arabic numerals.
echo 'MMXXVI.' | pandoc -t commonmark
⇒ 2026.
#pandoc #offLabel #romanNumerals