mdbook-tabs 1.0.2

mdBook plugin for rendering content in tabs.
Documentation
1
2
3
4
5
6
mod config;
mod parser;
mod preprocessor;
mod tabs;

pub use preprocessor::TabsPreprocessor;