https://github.com/wirecloud/wirecloud_markdown_github
Set of markdown extensions for getting similar behaviour to GFM
https://github.com/wirecloud/wirecloud_markdown_github
python-markdown
Last synced: 23 days ago
JSON representation
Set of markdown extensions for getting similar behaviour to GFM
- Host: GitHub
- URL: https://github.com/wirecloud/wirecloud_markdown_github
- Owner: Wirecloud
- License: other
- Created: 2015-09-30T14:21:52.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-10-14T18:28:52.000Z (almost 8 years ago)
- Last Synced: 2025-10-29T15:52:07.521Z (9 months ago)
- Topics: python-markdown
- Language: Python
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Wirecloud-markdown-github
=========================
This python package recopiles some markdown extensions to make
[Python Markdown](https://pythonhosted.org/Markdown/) behave more like GFM markdown.
This package not intent to build a full compatible parser of the GFM and its
used mainly in the generation of the WireCloud's documentation as a temporal
work around, our plan is to work for using the official code.
Summary:
- headerid: Modified from the headerid extension provided by the official [Python Markdown](https://pythonhosted.org/Markdown/)
- superfences: Borrowed from [PyMdown Extensions](https://github.com/facelessuser/pymdown-extensions)
- magiclink: Borrowed from [PyMdown Extensions](https://github.com/facelessuser/pymdown-extensions)