Closed VrushabhDeasi closed 9 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.
- Test 1
* Test 1
Thanks!
Thx for reporting this issue. Pls confirm that #133 resolves the problem for you!
It works, thanks for the quick fix.
I was trying to add a bullet point inside the Tabs feature. But it does not work.
Code inside my .md file.
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!