Skip to content
New issue

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

Adding bullet points inside the Tabs #132

Closed
VrushabhDeasi opened this issue Feb 9, 2024 · 2 comments · Fixed by #133
Closed

Adding bullet points inside the Tabs #132

VrushabhDeasi opened this issue Feb 9, 2024 · 2 comments · Fixed by #133
Labels
bug Something isn't working

Comments

@VrushabhDeasi
Copy link

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!

@VrushabhDeasi VrushabhDeasi changed the title Adding bullet points inside the tab-title Adding bullet points inside the Tabs Feb 9, 2024
@jothepro jothepro added the bug Something isn't working label Feb 9, 2024
jothepro added a commit that referenced this issue Feb 11, 2024
@jothepro
Copy link
Owner

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

@VrushabhDeasi
Copy link
Author

It works, thanks for the quick fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants