GFM admonition syntax for Python Markdown
Project description
markdown-gfm-admonition
This package is an extension of Python Markdown that enables the admonition syntax of GitHub Flavored Markdown.
There are five types of admonitions:
> [!NOTE]
> Highlights information that users should take into account,
> even when skimming.
> [!TIP]
> Optional information to help a user be more successful.
> [!IMPORTANT]
> Crucial information necessary for users to succeed.
> [!WARNING]
> Critical content demanding immediate user attention due to potential risks.
> [!CAUTION]
> Negative potential consequences of an action.
It generates the same HTML as Python Markdown's built-in admonition extension:
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>Highlights information that users should take into account,
even when skimming.</p>
</div>
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 markdown_gfm_admonition-0.1.1.tar.gz
.
File metadata
- Download URL: markdown_gfm_admonition-0.1.1.tar.gz
- Upload date:
- Size: 6.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a0cb00d183b2be4a4bfc355a74500ddb9818c7ce8d9ac99a63ba7f689866c13d |
|
MD5 | d1d9b113db8f0f58e58cfa4d81b99db6 |
|
BLAKE2b-256 | 638005c5b58356c85c336e88eaaae49bd058917531504914dd1c95b5a52a851b |
File details
Details for the file markdown_gfm_admonition-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: markdown_gfm_admonition-0.1.1-py3-none-any.whl
- Upload date:
- Size: 8.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f6626287a34adf0cdc44f953086fcb9aaaf0cb698f01f3a36b46758c30f7d701 |
|
MD5 | f715f174aa23b8886f1daebe2c76ae9e |
|
BLAKE2b-256 | 62fee7ccdd9e542afebf61e95f0a0ce0557c494e798d8ca39903a7f9bd83bdca |