2072db4980
Inside a columns fenced block (verbatim, so Pandoc doesn't process Markdown), convert *italic* / **bold** / ***bold-italic*** to wikitext emphasis. Asterisk style, single line; precedence bold-italic > bold > italic. Raw inline HTML still works via the existing HTML-unescape path. Docs + example updated to use ** ** rather than <b>. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>