Commit a30c0ad
fix: prevent HTML escaping in markdown table cells with multiline content (#23)
The previous fix (PR #22) replaced newlines with <br> tags, but wrapping
them in backticks caused HTML escaping (<br> instead of line breaks).
This fix conditionally removes backticks when content contains HTML tags,
allowing proper line break rendering in markdown tables while preserving
code formatting for non-HTML content.
Fixes the rendering issue reported at:
https://robinmordasiewicz.github.io/f5xc-api-fixed/#apiconfignamespacesnamespaceapi_discoverysname
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 5a02ae3 commit a30c0ad
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
172 | 175 | | |
173 | 176 | | |
174 | 177 | | |
| |||
0 commit comments