anki-connect
anki-connect copied to clipboard
New line characters being replaced by spaces in guiAddCards fields
Anki fields accept HTML. Additionally, Anki does some optimizing, to reduce database space.
A newline in HTML (in most cases) is basically the same as a space. If you want a newline, you can wrap the text into a div-tag, or you can use a br-tag.
Seeing that this is the expected behavior, I think this can be closed.
maybe using the pre-tag helps you