andru255 / friendly_fenced_tabs

Markdown plugin for generate tabs with markdown fenced code block

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fred tab jr

Friendly Fenced Tabs

Inspired entirely on @yacir repo 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

About

Markdown plugin for generate tabs with markdown fenced code block

License:MIT License


Languages

Language:Python 86.5%Language:HTML 13.5%