Markdown Parser for Render Engine
Project description
Markdown Parser
This is a parser for the Markdown markup language. This is the default parser for render_engine pages.
Markdown is a lightweight markup language with plain text formatting syntax. It is designed so that it can be converted to HTML and many other formats using a tool by the same name.
The underlying parser is python-markdown2.
Parser Options
These are the options that can be pulled from the page:
Option | Description |
---|---|
markdown_extras |
A list of extensions to use. See python-markdown2 for a list of extensions. |
Content Path Type
Provide a suggestion for the type of content that your parser expects.
<CONTENTPARSER> expects a path|url
in the content_path field of the Page object.
class MyPage(Page):
content_path = "~/.my_page.md"
# or content_path = "https://example.com/my_page.md"
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file render_engine_markdown-2023.12.1.tar.gz
.
File metadata
- Download URL: render_engine_markdown-2023.12.1.tar.gz
- Upload date:
- Size: 8.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 467a7b0ba46d1390f46b008b07976f85f6740f01ec08b786f734dc86500c4f36 |
|
MD5 | b785728afaa9c8ead10784f9a9eee21a |
|
BLAKE2b-256 | 3b2a0f310e9686cb0ec99ce5e7ac68125776220e28e190d08c952f49c845fe96 |
File details
Details for the file render_engine_markdown-2023.12.1-py3-none-any.whl
.
File metadata
- Download URL: render_engine_markdown-2023.12.1-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 386e24ae4d0ea68e4f84251473883998456f3a3337984fd83ff4871d6aac2555 |
|
MD5 | 8c4b1bc6df69e6a0b047d3bc0c8ddc3c |
|
BLAKE2b-256 | bfec9ed30e9d7bc7a7dfb6f2776cf26c62ab38570810409873cdb7ddde71a10e |