Hi there,
I have a reccurent kind of difficulties concerning linebreaks.
For the exact same field content that you can see above, here are the different renders :
<?= $page->intro()->kt() ?>
Kirby text : list-style ok but line breaks ignored.
<?= $page->intro()->kti() ?>
Kirby text inline ->kti() : line breaks ok but list-style ignored
<?= $page->intro()->markdown() ?>
Markdown ->markdown() : line breaks ok but list-style ignored
<?= $page->intro()->kti()->markdown() ?>
Kirbytext inline then markdown: list-style ok but too much
added for each line break,
<?= $page->intro()->markdown()->kti() ?>
Markdown then Kirbytext : perhaps the cleanest solution but there is still an unwanted
between the
tags:

Any idea ?
Thanks for your help