﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
1731	Lowdown some minor issues	Idiomdrottning	Moritz Heidkamp	"These are already fixed and on their way to upstream, but just in case someone else has the same problems.

I changed one cons to be one append (in tight lists only);
the bug was that

	(pp (markdown->sxml ""* like this""))

produced

	(ul (li (""like"" "" "" ""this"")))

instead of, what it does now,

	(ul (li ""like"" "" "" ""this""))

This also fixes nested lists too, when you have a new bullet list or
ordered list inside the item.

The other problem was that it believed <html> to be an in line element
so <html><body>hi</body></html> did not work while <html> in an <i> or
something worked. Just adding html among the block elements worked as
a workaround but then <blockquote><html>hi</html></ blockquote> worked
(it already did so that wasn't a regression. Just not right). So now
it's a root element, it's own thing basically.

My repo with these fixes are at https://idiomdrottning.org/lowdown"	defect	assigned	not urgent at all	someday	extensions	5.1.0				
