-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

pandoc


> Convert documents between various formats.

More information.


Convert file to PDF (the output format is determined by file extension):

pandoc {input.md} -o {output.pdf}

Force conversion to use a specific format:

pandoc {input.docx} --to {gfm} -o {output.md}

Convert to a standalone file with the appropriate headers/footers (for LaTeX, HTML, etc.):

pandoc {input.md} -s -o {output.tex}

List all supported input formats:

pandoc --list-input-formats

List all supported output formats:

pandoc --list-output-formats


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 05:11:49 2024