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
1.05k stars 118 forks source link

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

Open AdarshRawat1 opened 4 months ago

AdarshRawat1 commented 4 months 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 4 months ago

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

iamAyushChamoli commented 3 months ago

@AdarshRawat1 Can you check if this works well?