Skip to content

Releases: yacir/markdown-fenced-code-tabs

1.0.3 - May 27, 2018

27 May 15:20
9917708
Compare
Choose a tag to compare
  • Avoid adding the <div class="md-fenced-code-tabs"></div> structure for single code blocks if the single_block_as_tab option is True.

1.0.2 - May 27, 2018

27 May 15:20
Compare
Choose a tag to compare
  • FIX: Fixed the Bootsrap templates

1.0.1 - May 25, 2018

27 May 15:19
Compare
Choose a tag to compare
  • FIX: Fixed the missing resources

1.0.0 - May 25, 2018

27 May 15:18
Compare
Choose a tag to compare
  • NEW: Added the active_class option support in the configuration
  • NEW: Added the template option support in the configuration
  • FIX: Fixed the tab id issue for code blocks with same language #12
  • FIX: Fixed the missing resources

0.2.0 - June 16, 2017

16 Jun 14:40
Compare
Choose a tag to compare
  • Added the custom tab label option #1
  • Fixed the missing active class of the first tab #4
  • Fixed the missing string import #3

0.1.0 - March 1, 2017

01 Mar 17:09
Compare
Choose a tag to compare
  • Initial Release