Description
When importing a lesson which title coincides with the first line of the text, the first line of the text does not get the title style. Instead, it becomes a normal paragraph.
Expected behaviour
Maybe this is intended. I would have expected to either: preserve both, (title styled line from the title, and first line), or the first line getting discarded in favour of the title styled line from the title. Discarding the title styled line seems a worse alternative to me than those two.
How to reproduce
Import a lesson in any language with:
title: "title"
text: "title\nfirst line"
As you can see, the first line becomes a normal paragraph.
If instead you import:
title: "title"
text: "first line"
then the title appears:
I claim that the result of the second picture should also happen in the first case.