openclaw/src/markdown
David Rudduck baf4a799a9
fix(security): use YAML core schema to prevent type coercion (#20857)
YAML 1.1 default schema silently coerces values like "on" to true and
"off" to false, which can cause unexpected behavior in frontmatter
parsing. Explicitly set schema: "core" to use YAML 1.2 rules that
only recognize true/false/null literals.
2026-02-19 03:15:36 -08:00
..
code-spans.ts
fences.ts
frontmatter.test.ts
frontmatter.ts fix(security): use YAML core schema to prevent type coercion (#20857) 2026-02-19 03:15:36 -08:00
ir.blockquote-spacing.test.ts
ir.hr-spacing.test.ts test: remove duplicate hr spacing assertion 2026-02-16 06:16:33 +00:00
ir.nested-lists.test.ts perf(test): fold markdown list spacing into nested lists suite 2026-02-16 02:45:00 +00:00
ir.table-bullets.test.ts
ir.table-code.test.ts
ir.ts style: align formatting with oxfmt 0.33 2026-02-18 01:34:35 +00:00
render.ts
tables.ts
whatsapp.test.ts
whatsapp.ts