md2pdf

command
v0.0.0-...-1f594cf Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 1, 2024 License: BSD-3-Clause Imports: 15 Imported by: 0

Documentation

Overview

Command md2pdf converts a Markdown document to PDF.

Usage: md2pdf [OPTIONS] [INPUT.md [OUTPUT.pdf]]

Example:

 $> md2pdf -i input.md -o out.pdf
 $> md2pdf -i input.md > out.pdf
 $> md2pdf ./input.md ./out.pdf
 $> md2pdf ./input.md > out.pdf
 $> md2pdf < input.md > out.pdf

Options:
  -i string
    	path to input Markdown file
  -o string
    	path to output PDF file
  -p string
    	path to preamble LaTeX file
  -s	Enable section numbering

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL