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

Adding bullet points inside the Tabs #132

Closed VrushabhDeasi closed 7 months ago

VrushabhDeasi commented 7 months ago

I was trying to add a bullet point inside the Tabs feature. But it does not work.

Code inside my .md file.

<div class="tabbed">
- <b class="tab-title">Tab 1</b> 
  1. Test 1
  2. Test 2
- <b class="tab-title">Tab 2</b>
  1. Test 1
  2. Test 2
</div>

I even tried - Test 1 and * Test 1 it does not render properly. Question: Is this even supported, if yes how can I fix this issue.

Thanks!

jothepro commented 7 months ago

Thx for reporting this issue. Pls confirm that #133 resolves the problem for you!

VrushabhDeasi commented 7 months ago

It works, thanks for the quick fix.