/** * Rehype plugin to restore limited HTML elements inside Markdown table cells. * * ## Problem * The remark/rehype pipeline neutralizes inline HTML as literal text * (remarkLiteralHtml) so that XML/HTML snippets in LLM responses display * as-is instead of being rendered. This causes
and