Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: adds an option to HTML printer for MDX #3711

Merged
merged 1 commit into from
Aug 25, 2024

Conversation

ematipico
Copy link
Member

Summary

I am rewriting the docs generation of the lint rules, and MDX breaks if there are curly braces that aren't escaped.

In MDX, curly braces are the beginning of an expression. With this option, we tell the HTML printer to escape curly braces.

Test Plan

Added new tests. I will merge it and use it for the website

@github-actions github-actions bot added the A-CLI Area: CLI label Aug 25, 2024
@ematipico ematipico merged commit bb1ff1c into main Aug 25, 2024
3 checks passed
@ematipico ematipico deleted the fix/html-renderer-newlines branch August 25, 2024 10:40
@Conaclos Conaclos added the A-Changelog Area: changelog label Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Changelog Area: changelog A-CLI Area: CLI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants