Skip to main content

A tool for compiling markdown files into standalone HTML documents, using Python Markdown. Supports Latex (given an existing Tex distribution), custom CSS and JavaScript, multiple document variations from a single source file, and a live output view.

Project description

Lamarkdown

Lamarkdown is a command-line document preparation system based on Python-Markdown. It attempts to address similar use cases to LaTeX, but using the Markdown and HTML formats. It is not directly intended to build static websites, though its extensions can be reused in MkDocs (or in other applications based on Python-Markdown).

Take the Lamarkdown tour to get a first impression.

Requirements and Installation

Lamarkdown depends on Python 3.8+. To install via pip:

$ pip install lamarkdown

Basic Usage

To compile mydocument.md into mydocument.html, run:

$ lamd mydocument.md

To enable the live-update mode, use -l/--live:

$ lamd -l mydocument.md

This will launch a local web-server and a web-browser, and will keep mydocument.html in sync with any changes made to mydocument.md, until you press Ctrl+C in the terminal.

Full Documentation

See the full documentation at lamarkdown.github.io.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lamarkdown-0.10.1.tar.gz (90.4 kB view hashes)

Uploaded Source

Built Distribution

lamarkdown-0.10.1-py3-none-any.whl (105.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page