Quarkdown - Markdown wit LaTeX in a modern typesetting system
by•
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.



Replies
Falconer
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 ⭐️
RiteKit Company Logo API
@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!
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!
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?