abp icon indicating copy to clipboard operation
abp copied to clipboard

fix short description reflection by content problem.

Open mdrezak opened this issue 9 months ago • 2 comments

the problem is

content: {

header

text

}

content as code :

<h3>header</h3><p>text</p>

reflected description: headertext

but correct description is : header text

and I fix it by add a space and new line at the end of all block html tag

mdrezak avatar May 18 '24 03:05 mdrezak