wiki icon indicating copy to clipboard operation
wiki copied to clipboard

fix: missing css style 'display: block;' for markdown code block in comments module

Open hotime opened this issue 2 years ago • 1 comments

Add css style 'display: block;' for markdown code block in comments module, to ensure that the code block can be displayed properly.

hotime avatar Oct 16 '23 02:10 hotime

Without the css style of "display: block;", the markdown code block in the comments module will appear as follows:

IMG_20231004_165958.jpg

hotime avatar Oct 16 '23 02:10 hotime