Metadata-Version: 2.1
Name: render_engine_parser
Version: 2023.12.2
Summary: Parser System for Render Engine
Project-URL: homepage, https://github.com/kjaymiller/render_engine/
Project-URL: repository, https://github.com/kjaymiller/render_engine/
Project-URL: documentation, https://render-engine.readthedocs.io/en/latest/
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: python-frontmatter
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: ruff; extra == "dev"

# Render Engine Parsers

The page parser system used for making content for Render Engine

## Parsers

Parsers are used to parse the content of a page and convert it to HTML. The parser is specified in the page attributes as `Parser`.

The default parser is the `BasePageParser` which processes markdown and passes the content thru as plain text.
