Giorgio Garofalo

Quarkdown - Markdown with superpowers: from ideas to stunning documents

Quarkdown is a modern, fast, Markdown-based typesetting system to create papers, presentations, knowledge bases and websites. Write in the markup language you're already familiar with for a flat learning curve, but juice it up with powerful extensions for full control over your documents, and live preview to enter flow state faster. Quarkdown runs on VS Code or your terminal.

Add a comment

Replies

Best
Giorgio Garofalo

Hey Hunters!

I'm the author and project lead of Quarkdown. What started as a simple university research project eventually evolved into a full-fledged typesetting system for writers, developers, and anyone who cares about control.

I've been building open source software for the past 10 years. Making things is what I love the most, and I'm driven by passion for what I do.

If you try it out, please share your feedback! And if not, a star goes a long way ⭐️

Saul Fleischman

@iamgio Hey Giorgio, congrats on the launch! markdown + latex in one system is an achievement by itself, but the syntactic ambiguity is brutal. How are you resolving the underscore problem (italic in markdown vs subscript in latex)? mode-switch on $..$ delimiters, or some smarter context inference? anyway, best of luck!

Giorgio Garofalo

Hey all, thanks for the support!

I’m aware of the typo in the subtitle: a Product Hunt moderator changed my original description right before launch and left a typo there that I’m not able to edit out! I’m waiting for support to edit it for me

Keith Taylor

Hey Giorgio, congrats on the launch! markdown + latex in one system is an achievement by itself, but the syntactic ambiguity is brutal. How are you resolving the underscore problem (italic in markdown vs subscript in latex)? mode-switch on $..$ delimiters, or some smarter context inference? anyway, best of luck!

Thami Benjelloun

I am interested in understanding how Quarkdown scales complexity especially for things like citations, layouts, and large structured documents.

Congrats on the launch🎊

Samir Asadov

Markdown + LaTeX in one toolchain solves a real pain for anyone teaching technical material — the eternal trade-off between "easy to write" and "professional output" usually forces a Word doc or a Notion page that can't render formulas properly. From a curriculum design angle, this could be a meaningful unlock: I teach Excel for Financial Modelling on Udemy (https://www.udemy.com/course/excel-for-financial-modelling/) and the supporting handouts (DCF formulas, IRR derivations, NPV calc walkthroughs) are exactly the case where a Markdown-first authoring flow with proper math rendering would have saved me weeks. Quick question — does Quarkdown export to printable PDF with selectable formulas, or are equations rasterized?

Abhishek Sinha

The Markdown-syntax-with-LaTeX-power angle is the right pitch — Typst nails the latter but loses the muscle memory most writers already have. Curious how the same source compiles for academic PDFs (figure floats, refs, two-column) vs slide decks — same renderer, or separate backends?

Jakob Stender Guldberg

At this point why not use and contribute to typst? Feels like the wheel has been reinvented but to be a squircle 😅 I understand the urge to make something new but mixing two perfectly fine markup languages seems odd to me.