gregorias / anki-code-highlighter

Anki plugin for code syntax highlighting.
GNU Affero General Public License v3.0
54 stars 3 forks source link

Block code not indented #44

Closed DallasBelt closed 1 year ago

DallasBelt commented 1 year ago

Hello dear developer! First of all, thanks a lot for your work on this addon. The issue is that the code looks like this:

image

I expected to see a proper indentation but it centers everything. If I try to use Pygments, it looks like this:

image

Perhaps I'm doing something wrong?

gregorias commented 1 year ago

Hi Diego,

There's probably something in your card setup that interferes with this addon's styling. In order for me to help you resolve this, could you file a bug report? The template will guide you to give me the necessary information to debug this.

DallasBelt commented 1 year ago

I just filed the bug report, I hope it helps. Thank you!