Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 3 days ago
JSON representation

Markdown plugin for generate tabs with markdown fenced code block

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)