Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andru255/friendly_fenced_tabs
Markdown plugin for generate tabs with markdown fenced code block
https://github.com/andru255/friendly_fenced_tabs
markdown mkdocs plugin python
Last synced: 2 days ago
JSON representation
Markdown plugin for generate tabs with markdown fenced code block
- Host: GitHub
- URL: https://github.com/andru255/friendly_fenced_tabs
- Owner: andru255
- License: mit
- Created: 2017-11-26T01:05:47.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-20T16:04:31.000Z (about 7 years ago)
- Last Synced: 2024-12-22T00:17:08.019Z (about 1 month ago)
- Topics: markdown, mkdocs, plugin, python
- Language: Python
- Homepage:
- Size: 49.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Fred tab jr](fred_tab_jr.png)
# Friendly Fenced Tabs
Inspired entirely on [ @yacir repo ](https://github.com/yacir/markdown-fenced-code-tabs) for grouping and show a better code documented.
## Pip installation
The recommended way:
```
~ pip install friendly_fenced_tabs
```## Integrate with mkdocs
```
markdown_extensions:
-friendly_fenced_tabs:
single_block_as_tab: True
```## Documentation
You can see the settings and stuff offered in the mkdocs demo (WIP)
## Manual installation
Clone it, go to the folder by terminal and execute:
```
~ sudo pip install . --upgrade
```## Credits / Thanks to
- [markdown-fenced-code-tabs](https://github.com/yacir/markdown-fenced-code-tabs)
- [Bootstrap tab panel example by @weiss](https://codepen.io/wizly/pen/BlKxo)