Metadata-Version: 2.1
Name: flm-htmlplus
Version: 0.1.4
Summary: Enhancements to FLM's HTML output (syntax highlighting, math equations, option for PDF output, etc.)
License: MIT
Author: Philippe Faist
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: flm-core (>=0.3.0a10)
Requires-Dist: pygments (>=2.14.0,<3.0.0)
Requires-Dist: selenium (>=4.10.0,<5.0.0)
Requires-Dist: webdriver-manager (>=3.8.5,<4.0.0)
Description-Content-Type: text/markdown

# Enhancements to FLM's HTML output, plus PDF via HTML

Installation:
```
> pip install git+https://github.com/phfaist/flm-htmlplus
```

This FLM extension package provides the `flm_htmlplus` workflow
(`--workflow=flm_htmlplus`) which adds some processing levels
to FLM's default HTML output.  Mathematical equations can be
compiled into SVG elements.  You can also generate PDF output
(internally, this uses an instance of Chrome to print the
generated HTML content to a PDF document).

