diff --git a/setup/ingest.ts b/setup/ingest.ts index b0a2f90..b6e7eb5 100644 --- a/setup/ingest.ts +++ b/setup/ingest.ts @@ -24,17 +24,14 @@ const htmlSplitter = new HTMLTextSplitter({ "emu-note", "emu-example", "emu-table", + "ul", + "ol", "td", "h3", "h4", - "h5", - "h6", "p", "div", "br", - "li", - "ul", - "ol", ], neverBreakWithin: ["emu-grammar", "emu-alg"], });