drive-by refactoring

This commit is contained in:
Valentin Gagarin 2024-11-20 01:09:02 +01:00
parent 18b03924ad
commit f5f805a27d
2 changed files with 1 additions and 3 deletions

View file

@ -28,7 +28,6 @@ in
];
body.content =
let
prev-content = prev.html.body.content;
to-section = { heading, body, attrs ? { } }: {
section = {
heading.content = heading;
@ -43,7 +42,7 @@ in
};
in
[
(lib.head prev-content) # header
(lib.head prev.html.body.content)
{
section = {
attrs = { };

View file

@ -505,7 +505,6 @@ let
else baseType.merge loc (map (p: p.def // { value = p.processed; }) processed);
};
in
# HACK: bail out for now
with-section-constraints
# TODO: find a reasonable cut-off for where to place raw content
(listOf (either str (attrTag categories.flow)));