We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, tabs can be created using list items only.
It would be nice if awesome CSS could create tabs out of subheadings as well.
# heading <div class="tabbed"> ## <b class="tab-title"> sub heading 1 </b> Content of subheading 1 ## <b class="tab-title"> sub heading 2 </b> Content of subheading 2 </div>
Or something like this
<b class="tab-title"> ### macOS dependencies </b>
The text was updated successfully, but these errors were encountered:
Messed this one up, will be creating a new PR with a better solution
Sorry, something went wrong.
(Fixed) [Feature Request] capability to render tabs from subheading
a081364
Fixes jothepro#149
@AdarshRawat1 Can you check if this works well?
Successfully merging a pull request may close this issue.
Currently, tabs can be created using list items only.
It would be nice if awesome CSS could create tabs out of subheadings as well.
Or something like this
The text was updated successfully, but these errors were encountered: