slweb

Једноставни генератор статичких веб страна
git clone https://git.sr.ht/~strahinja/slweb
Дневник | Датотеке | Референце | ПРОЧИТАЈМЕ | ЛИЦЕНЦА

чување a4566dec6fb9de5adf1820224b7d36e79a89997c
родитељ 4dbd1f742d77c3d2571fdcc9d96f69f788202536
Аутор: Страхиња Радић <sr@strahinja.org>
Датум:   Sat,  4 Oct 2025 16:05:40 +0200

Update TODO, add bug case

Diffstat:
MTODO | 3+++
Abug-001.slw | 14++++++++++++++
измењених датотека: 2, додавања: 17(+), брисања: 0(-)

diff --git a/TODO b/TODO @@ -1,6 +1,9 @@ TODO ==== +[ ] Investigate extra paragraphs added inside list items after a list item + containing a code block (bug-001.slw) + [ ] Investigate footnotes with brackets and digits inside - The bug is actually with multiline footnotes inside of a list item diff --git a/bug-001.slw b/bug-001.slw @@ -0,0 +1,14 @@ +1. test test + Another line. + +2. First line. + Second line. + +3. test test + +``` +some code +``` + +4. First line. + Buggy line - there should be no `<p>`.