Why is this sentence not aligned with its marker?

I’m modifying the html from zim file. The original display is

In my exported html, it is

Could you please explain how to solve this problem?

right.zip (441.0 KB)

image

But I also want to keep the square. My expected output is

Just do square then?

I don’t understand. Can you elaborate more?

You can add this

.citation-whole {
    display: inline;
}

or remove ‘inside’ and just do ‘square’

.content ul {
    list-style: square;
}
1 个赞

Thank you so much for your help!