docsify icon indicating copy to clipboard operation
docsify copied to clipboard

Bold text not rendered correctly

Open scruel opened this issue 3 years ago • 1 comments

Bug Report

Steps to reproduce

**test)**test

What is current behaviour

Bold text not rendered correctly.

What is the expected behaviour

Render test) as bold text.

Other relevant information

  • [x] Bug does still occur when all/other plugins are disabled? Related to: https://github.com/docsifyjs/docsify/issues/1071

  • Your OS: Windows

  • Node.js version: 16.17.0

  • npm/yarn version: 8.19.2

  • Browser version: latest

  • Docsify version: latest(from cdn)

Please create a reproducible sandbox

Edit dreamy-bessie-honvrx

scruel avatar Sep 19 '22 04:09 scruel

Hi @scruel . I m not quite sure where the certain problem is, since I test here is the same result.

**test)**test

**test)**test

If you wanna wrapper it as bold, currently the workaround is using the html tag intead.

<b>test)</b>test

test)test

Koooooo-7 avatar Sep 19 '22 11:09 Koooooo-7

Not sure what the issue is, but since this is an issue with the marked (the markdown parser we use) I recommend opening an issue there instead.

Until this gets fixed, @Koooooo-7's suggestion is probably the best option.

jhildenbiddle avatar Jun 16 '24 05:06 jhildenbiddle