File tree Expand file tree Collapse file tree 6 files changed +11
-10
lines changed
Expand file tree Collapse file tree 6 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 1616
1717
1818"""
19- Adds rST-style admonitions. Inspired by [rST][] feature with the same name.
19+ Adds rST-style admonitions to Python-Markdown.
20+ Inspired by [rST][] feature with the same name.
2021
2122[rST]: http://docutils.sourceforge.net/docs/ref/rst/directives.html#specific-admonitions
2223
Original file line number Diff line number Diff line change 1515# License: [BSD](https://opensource.org/licenses/bsd-license.php)
1616
1717"""
18- Adds attribute list syntax. Inspired by
18+ Adds attribute list syntax to Python-Markdown.
19+ Inspired by
1920[Maruku](http://maruku.rubyforge.org/proposal.html#attribute_lists)'s
2021feature of the same name.
2122
Original file line number Diff line number Diff line change 1212# License: [BSD](https://opensource.org/licenses/bsd-license.php)
1313
1414"""
15- An implementation of [PHP Markdown Extra](http://michelf.com/projects/php-markdown/extra/)'s
16- parsing of Markdown syntax in raw HTML .
15+ Parse Markdown syntax within raw HTML.
16+ Based on the implementation in [PHP Markdown Extra](http://michelf.com/projects/php-markdown/extra/) .
1717
1818See the [documentation](https://Python-Markdown.github.io/extensions/raw_html)
1919for details.
Original file line number Diff line number Diff line change 1414# License: [BSD](https://opensource.org/licenses/bsd-license.php)
1515
1616"""
17- A Python-Markdown extension to treat newlines as hard breaks; like
18- GitHub-flavored Markdown does .
17+ A Python-Markdown extension to treat newlines as hard breaks.
18+ Similar to GitHub-flavored Markdown's behavior .
1919
2020See the [documentation](https://Python-Markdown.github.io/extensions/nl2br)
2121for details.
Original file line number Diff line number Diff line change 7777# of this software, even if advised of the possibility of such damage.
7878
7979"""
80- Adds conversion of ASCII dashes, quotes and ellipses to their HTML
81- entity equivalents.
80+ Convert ASCII dashes, quotes and ellipses to their HTML entity equivalents.
8281
8382See the [documentation](https://Python-Markdown.github.io/extensions/smarty)
8483for details.
Original file line number Diff line number Diff line change 11# Tables Extension for Python-Markdown
22# ====================================
33
4- # Added parsing of tables to Python-Markdown.
4+ # Adds parsing of tables to Python-Markdown.
55
66# See https://Python-Markdown.github.io/extensions/tables
77# for documentation.
1313# License: [BSD](https://opensource.org/licenses/bsd-license.php)
1414
1515"""
16- Added parsing of tables to Python-Markdown.
16+ Adds parsing of tables to Python-Markdown.
1717
1818See the [documentation](https://Python-Markdown.github.io/extensions/tables)
1919for details.
You can’t perform that action at this time.
0 commit comments