Platform

Markdown to PDF on Linux — the no-install path

If your Linux box is for documents, not for builds, you do not need to apt install texlive-full. The browser path renders proposals, memos, resumes and reports without a system-level toolchain.

·2 min read
Open the converter

Steps

  1. Open md2document.com in Firefox, Chrome or Brave.
  2. Paste your Markdown.
  3. Pick a template and theme.
  4. Press Ctrl+E or click Export PDF.

Pandoc is still the right tool when

  • The output needs LaTeX-grade math typesetting.
  • You have a citation database that drives the bibliography.
  • The conversion is a step in a Makefile or a CI pipeline.
  • You want a single source to fan out to PDF, EPUB and HTML.

Otherwise: open the converter, paste, export. The browser does the rest.

Related