A jsdoc example here: ```js /** * xxx * * @example * ```html * <a title="a">text</a> * ``` */ ``` VSCode can render it correctly: <img width="594" height="114" alt="Image" src="https://github.com/user-attachments/assets/dd07576c-dfda-4916-b67c-d32ac04d6b33" /> But oxfmt refuses it and forces it to be a JS code snippet: ``` /** * Xxx * * @example * ;```html * <a title="a">text</a> * ``` */ ```
A jsdoc example here:
VSCode can render it correctly:
But oxfmt refuses it and forces it to be a JS code snippet: