I searched already Github and the forum for the same issue. But apparently no one found this yet, maybe it is even intended to work this way or I just didn’t find the entry of this issue.
Basically:
When creating cards on PC, there is the possibility to edit and create cards directly with the HTML-Editor. When you press “enter” in this HTML-Editor nothing happens in the main window. One would have to explicitly set
<br>
tags to create a line break.
Even though it would visually look like a line break in the HTML-Editor, it does not look like that in the preview.
When I put several line breaks in the HTML-Editor (without using <br>
), they will still be used as <br>
tags in the AnkiDroid preview (not while reviewing! This only occurs while previewing the card!).
Example HTML-Editor:
<div>some text</div>
<div>some text2</div>
In preview it would look like this:
some text
some text2
In review it would look like this:
some text
some text2
Can anyone tell me if this is already a known issue or even intended behaviour?