Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yacir/markdown-fenced-code-tabs
Generates tabs for consecutive markdown code blocks
https://github.com/yacir/markdown-fenced-code-tabs
markdown md mkdocs python tabs
Last synced: 3 months ago
JSON representation
Generates tabs for consecutive markdown code blocks
- Host: GitHub
- URL: https://github.com/yacir/markdown-fenced-code-tabs
- Owner: yacir
- License: mit
- Created: 2017-03-01T10:46:07.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T13:49:18.000Z (9 months ago)
- Last Synced: 2024-10-15T07:43:56.055Z (3 months ago)
- Topics: markdown, md, mkdocs, python, tabs
- Language: Python
- Homepage: https://yassir.dev/markdown-fenced-code-tabs/
- Size: 785 KB
- Stars: 47
- Watchers: 6
- Forks: 13
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Markdown Code Tabs Extension
**Code Tabs** is an extension that generates a HTML structure for consecutive fenced code blocks content.
## Quick start
Installation is easy with pip:
``` sh
pip install markdown-fenced-code-tabs
```For detailed installation instructions and a demo, visit
[the documentation](https://yacir.github.io/markdown-fenced-code-tabs/).## Author
[Yassir Barchi](http://yassir.fr)## License
**markdown-fenced-code-tabs** is available under the MIT license. See the LICENSE file for more info.