Jwrede / Anki-KaTeX-Markdown

Creates a new Basic and a new Cloze Note Type that support Markdown and KaTeX
74 stars 5 forks source link

Centering Images #28

Open LogicNg opened 2 years ago

LogicNg commented 2 years ago

I am trying to centre an image with my format pack. However the routput is left aligned.

The html code:

<div style="text-align:center"><img src="20220228192326.png" style="width: 200px;"></div>

image

Is there a way to fix it?

pilgrimlyieu commented 2 years ago

Maybe you can use p instead of div? I haven't studied HTML, but I get the expected result in this way.