Skip to content

Commit

Permalink
Add fancylist extension (#2455)
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser authored Sep 22, 2024
1 parent 6e52cba commit e8ce5f6
Show file tree
Hide file tree
Showing 13 changed files with 2,233 additions and 17 deletions.
17 changes: 17 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,23 @@ All changes Copyright 2008-2014 The Python Markdown Project
License: [BSD](http://www.opensource.org/licenses/bsd-license.php)
```

## FancyLists

`fancylists.py` is derived from Python Markdown's list handler.

```
Started by Manfred Stienstra (http://www.dwerg.net/).
Maintained for a few years by Yuri Takhteyev (http://www.freewisdom.org).
Currently maintained by Waylan Limberg (https://github.com/waylan),
Dmitry Shachnev (https://github.com/mitya57) and Isaac Muse (https://github.com/facelessuser).
Copyright 2007-2023 The Python Markdown Project (v. 1.7 and later)
Copyright 2004, 2005, 2006 Yuri Takhteyev (v. 0.2-1.6b)
Copyright 2004 Manfred Stienstra (the original version)
License: [BSD](http://www.opensource.org/licenses/bsd-license.php)
```

## Gemoji Index

`gemoji_db.py` is generated from Gemoji's source code: @github/gemoji.
Expand Down
9 changes: 9 additions & 0 deletions docs/src/dictionary/en-custom.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ DOM
De
Dedent
Dicts
Dmitry
Donath
ElementTree
Emmet
Expand All @@ -34,6 +35,7 @@ Esc
EscapeAll
ExtraRawHTML
ExtraRawHtml
FancyLists
Formatters
GFM
GIF
Expand All @@ -47,6 +49,7 @@ GitHubEmoji
GitLab
GitLab's
Gitter
Gruber's
HeaderAnchor
HeaderAnchor's
Hunspell
Expand Down Expand Up @@ -83,6 +86,7 @@ PHP
PNG
PNGs
Pandoc
Pandoc's
Parsers
PathConverter
PathConverter's
Expand All @@ -105,12 +109,15 @@ SVG
SVGs
SaneHeaders
Scrollbar
Shachnev
Slugify
SmartSymbols
Stienstra
StripHTML
Stylesheets
SuperFences
TODO
Takhteyev
Tasklist
Tidelift
Toc
Expand Down Expand Up @@ -258,6 +265,7 @@ stylesheet
stylesheets
subclasses
sublicense
subtractive
superfences
syntaxes
th
Expand All @@ -270,6 +278,7 @@ un
underscore's
unescaping
unicode
unindented
unittest
unstyled
uslugify
Expand Down
2 changes: 2 additions & 0 deletions docs/src/markdown/.snippets/links.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
[_emoji]: https://github.com/facelessuser/pymdown-extensions/blob/master/pymdownx/emoji.py "Source"
[_escapeall]: https://github.com/facelessuser/pymdown-extensions/blob/master/pymdownx/escapeall.py "Source"
[_extra]: https://github.com/facelessuser/pymdown-extensions/blob/master/pymdownx/extra.py "Source"
[_fancylists]: https://github.com/facelessuser/pymdown-extensions/blob/master/pymdownx/fancylists.py "Source"
[_highlight]: https://github.com/facelessuser/pymdown-extensions/blob/master/pymdownx/highlight.py "Source"
[_html_block]: https://github.com/facelessuser/pymdown-extensions/blob/feature/directives/pymdownx/blocks/html.py "Source"
[_inlinehilite]: https://github.com/facelessuser/pymdown-extensions/blob/master/pymdownx/inlinehilite.py "Source"
Expand Down Expand Up @@ -67,6 +68,7 @@
[nl2br]: https://python-markdown.github.io/extensions/nl2br/
[octicons]: https://octicons.github.com/
[onready-event]: https://github.com/facelessuser/pymdown-extensions/blob/master/docs/src/js/extra-uml.js
[pandoc-lists]: https://pandoc.org/chunkedhtml-demo/8.7-lists.html
[pep8-naming]: https://pypi.python.org/pypi/pep8-naming
[pygments]: http://pygments.org/
[pymdown-styles]: https://github.com/facelessuser/pymdown-styles/tree/master/pymdown_styles
Expand Down
1 change: 1 addition & 0 deletions docs/src/markdown/about/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## 10.10

- **NEW**: FancyLists: Add new FancyLists extension.
- **NEW**: MagicLink: Change social process to support `x` instead of `twitter`. `twitter` is still recognized but is
now deprecated and will be removed at a future time.
- **FIX**: PathConverter: Fixes for latest changes in Python regarding `urlunparse`.
Expand Down
Loading

0 comments on commit e8ce5f6

Please sign in to comment.