the inline code `$` in tabs not show or render error
degbug opened this issue · 2 comments
degbug commented
jhildenbiddle commented
Hey @degbug --
Apologies for the delayed response.
This is definitely a bug that I will look into, but if you're looking for a quick fix try one of the two options below:
- Use HTML
<code>
tags instead of markdown backticks:<code>$</code>
- Add a space after the dollar symbol:
`$ `
Neither option are ideal, but hopefully they will allow you to work around the issue until I can fix the issue with docsify-tabs.
jhildenbiddle commented
Fixed in 1.4.3