plugin-codetabs icon indicating copy to clipboard operation
plugin-codetabs copied to clipboard

Multiple languages code blocks for GitBook

Results 5 plugin-codetabs issues
Sort by recently updated
recently updated
newest added

We needed to make this addition for our own use, so I figure it's worth offering back. Basically, this integrates the functionality of the codesnippet plugin into this plugin. If...

I realize it's already marked in the package.json, but GitHub can't find that and neither can a lot of other automated tools. This just adds a LICENSE.md file of the...

When I paste the example below into a GitBook ``` {% codetabs name="Python", type="py" -%} msg = "Hello World" print msg {%- language name="JavaScript", type="js" -%} var msg = "Hello...