Skip to main content

Description

Project description

htmlgen

As easy as

gen = HtmlGenerator()

with gen.row as r:
    r(0).markdown("# Hello\n- List 1\n- *List 2*")
    r(0).latex(rf"\sum_i^n {__file__[10]}\left(i\right) = \mathbf(E)")
    r(0).markdown("That was an equation, like this one: $$x^2$$")
    r(1).image(rsc.img)

Install

pip install htmlgen
pip install -e <path-to-repo>/htmlgen
pip install git+ssh://git@github.com/GaetanDesrues/htmlgen.git

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

htmlgeng-0.1.2.tar.gz (2.0 kB view hashes)

Uploaded Source

Built Distribution

htmlgeng-0.1.2-py3-none-any.whl (2.2 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