SFDocs remark plugin for tabs
This is a custom plugin for authoring the tabs in a markdown file. This plugin transforms the authored tabs into html components.
Example:
::::::tabset{tabs='["Tab1", "Tab2"]'}
:::::tab
Test tab1
:::::
:::::tab
Test tab2
:::::
::::::
Transformed html using this tab plugin is as follows:
`` Test tab1 Test tab2`
``
yarn install && yarn build
``
yarn publish --new-version 1.0.0-alpha --tag alpha --access=public
Use following command to publish actual package:
```
yarn publish
>> Please make sure to push your changes (version number & other changes) to git once publishing is complete.