Name | pymdown-fancylists JSON |
Version |
0.4.0
JSON |
| download |
home_page | None |
Summary | Python Markdown Extension that allows more types of lists. |
upload_time | 2024-09-19 10:55:55 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.8 |
license | MIT |
keywords |
extensions
markdown
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# pymdown-fancylists
Python Markdown Extension that allows more types of lists.
Inspired by [Pandoc fancy_lists extension](https://pandoc.org/MANUAL.html#extension-fancy_lists)
- Default (numbers).
- Upper case letters (type="A")
```
A. List item
B. List item
C. List item
```
- Lower case letters (type="a")
```
a. List item
b. List item
c. List item
```
- Upper case roman numbers (type="I")
```
I. List item
II. List item
III. List item
```
- Lower case roman numbers (type="i")
```
i. List item
ii. List item
iii. List item
```
It also supports setting the starting value of the list.
```
f. List item
g. List item
```
## Installation
```bash
pip install pymdown-fancylists
```
## Usage
```python
md = markdown.Markdown(extensions=['fancylists'])
```
Raw data
{
"_id": null,
"home_page": null,
"name": "pymdown-fancylists",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "extensions, markdown",
"author": null,
"author_email": "Joan Puigcerver <joapuiib@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/cf/4a/4caf6418357d046a40db11ae9389be6883a86a823940b98a06ca9bd2b24d/pymdown_fancylists-0.4.0.tar.gz",
"platform": null,
"description": "# pymdown-fancylists\nPython Markdown Extension that allows more types of lists.\n\nInspired by [Pandoc fancy_lists extension](https://pandoc.org/MANUAL.html#extension-fancy_lists)\n\n- Default (numbers).\n\n- Upper case letters (type=\"A\")\n\n ```\n A. List item\n B. List item\n C. List item\n ```\n\n- Lower case letters (type=\"a\")\n\n ```\n a. List item\n b. List item\n c. List item\n ```\n\n- Upper case roman numbers (type=\"I\")\n\n ```\n I. List item\n II. List item\n III. List item\n ```\n\n- Lower case roman numbers (type=\"i\")\n\n ```\n i. List item\n ii. List item\n iii. List item\n ```\n\nIt also supports setting the starting value of the list.\n\n```\nf. List item\ng. List item\n```\n\n\n## Installation\n```bash\npip install pymdown-fancylists\n```\n\n## Usage\n```python\nmd = markdown.Markdown(extensions=['fancylists'])\n```\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Python Markdown Extension that allows more types of lists.",
"version": "0.4.0",
"project_urls": {
"Homepage": "https://github.com/joapuiib/pymdown-fancylists",
"Repository": "https://github.com/joapuiib/pymdown-fancylists"
},
"split_keywords": [
"extensions",
" markdown"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "e0fa459c588e75a07cc251e01411415a7e91d735c99b6a7a5a13aa40a922e45d",
"md5": "ba9655f173fb94a4357e8bc4df18edf5",
"sha256": "9487850568d36f91452a3612eea5bd7706932ae64556a316534ed67346b2e086"
},
"downloads": -1,
"filename": "pymdown_fancylists-0.4.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ba9655f173fb94a4357e8bc4df18edf5",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 3133,
"upload_time": "2024-09-19T10:55:53",
"upload_time_iso_8601": "2024-09-19T10:55:53.692783Z",
"url": "https://files.pythonhosted.org/packages/e0/fa/459c588e75a07cc251e01411415a7e91d735c99b6a7a5a13aa40a922e45d/pymdown_fancylists-0.4.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "cf4a4caf6418357d046a40db11ae9389be6883a86a823940b98a06ca9bd2b24d",
"md5": "c32aa2c8a7701fce98ba4c123504e5c1",
"sha256": "1d3874102bb84ce7b47941774d4302bed38e6c2405d8f42d35cae7cc285e8e63"
},
"downloads": -1,
"filename": "pymdown_fancylists-0.4.0.tar.gz",
"has_sig": false,
"md5_digest": "c32aa2c8a7701fce98ba4c123504e5c1",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 4024,
"upload_time": "2024-09-19T10:55:55",
"upload_time_iso_8601": "2024-09-19T10:55:55.204615Z",
"url": "https://files.pythonhosted.org/packages/cf/4a/4caf6418357d046a40db11ae9389be6883a86a823940b98a06ca9bd2b24d/pymdown_fancylists-0.4.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-19 10:55:55",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "joapuiib",
"github_project": "pymdown-fancylists",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "pymdown-fancylists"
}