Before
After
I find it more readable when I can see the different paragraphs. For some reason WaniKani strips new lines out.
Also supporting bold, italics and other basic formatting would be appreciated a lot (perhaps just support Markdown?)
Thanks
WaniKani actually already treats âline breaksâ (single newline) differently from âparagraph breaksâ (double newline) internally. This user stylesheet tweak adds extra space to paragraph breaks:
p.user-note__text { margin-bottom: 1em; }
Ah, wasnât aware there was a different CSS class being produced. Thatâs handy.