The PTX_ELEMENTS set in pretexValidator.ts:26-49 is missing many valid PreTeXt elements including assemblage, objectives, outcomes, reading-questions, sage, sageplot, jsxgraph, latex-image, webwork, program, datafile, and others. Because the tag extractor (line 97) silently ignores any element not in the set, unclosed or mismatched tags for these elements are never reported.
The
PTX_ELEMENTSset inpretexValidator.ts:26-49is missing many valid PreTeXt elements includingassemblage,objectives,outcomes,reading-questions,sage,sageplot,jsxgraph,latex-image,webwork,program,datafile, and others. Because the tag extractor (line 97) silently ignores any element not in the set, unclosed or mismatched tags for these elements are never reported.