Caveats restored

This commit is contained in:
2026-03-20 09:46:39 -05:00
parent c16ba4bc40
commit 658b07089d
4 changed files with 44 additions and 16 deletions
+1 -1
View File
@@ -109,7 +109,7 @@ export function parseIssuesFromHtmlTable(htmlText, options = {}) {
const issues = [];
const parsedType = normalizeWhitespace(String(options.type || '')).toLowerCase();
const includeDescriptionCaveats = parsedType !== 'addressed';
const includeDescriptionCaveats = true;
const includeInlineCodeFormatting = parsedType !== 'addressed';
rows.forEach(row => {