Open vanchyliao opened 6 months ago
Hi Mike,
I am glad that you create this convenience visual on power bi, but I am encounter an issue that the <li> tag does not show the dot symbol in front of the text.
<li>
for example: <li>Hello world</li>
<li>Hello world</li>
i expect that will show this:
but the visual shows this: Hello world
thanks for your reply
@vanchyliao, Have you tried to wrap it with < ul >?, i.e.:
Cheers, F
Hi Mike,
I am glad that you create this convenience visual on power bi, but I am encounter an issue that the
<li>
tag does not show the dot symbol in front of the text.for example:
<li>Hello world</li>
i expect that will show this:
but the visual shows this:
Hello world
thanks for your reply