You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(html_converter): Escape ${ in markdown for JavaScript template strings
Add proper escaping for ${ to prevent template expression interpretation
in JavaScript template literals. This fixes empty markdown content in
generated HTML files.
0 commit comments