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

Update support_table.md to render curly braces { and } #3872

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rahul1995
Copy link

What is the previous behavior before this PR?
Curly braces were not rendering properly in Support Table

What is the new behavior after this PR?
Curly braces are rendering properly in Support Table

Fixes #3870, Closes #3870

Comment on lines +54 to +55
|\\{|$\\{$||
|\\}|$\\}$||
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems doesn't work
image

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indeed (see the deploy preview below, or build the docs locally). Too bad the fix isn't so easy! It might be the Markdown plugin needs some fixing.

As a fallback, we could use \lbrace and \rbrace, but that wouldn't be ideal because it's not actually testing the specified function.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to render braces {} in 'Support Table' page
3 participants