jothepro / doxygen-awesome-css

Custom CSS theme for doxygen html-documentation with lots of customization parameters.
https://jothepro.github.io/doxygen-awesome-css/
MIT License
1k stars 117 forks source link

[Feature Request] capability to render tabs from subheading #149

Open AdarshRawat1 opened 1 month ago

AdarshRawat1 commented 1 month ago

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>
iamAyushChamoli commented 1 month ago

Messed this one up, will be creating a new PR with a better solution

iamAyushChamoli commented 1 month ago

@AdarshRawat1 Can you check if this works well?