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

Escaping curly brackets #59

Closed
melisgl opened this issue Jul 11, 2023 · 1 comment
Closed

Escaping curly brackets #59

melisgl opened this issue Jul 11, 2023 · 1 comment

Comments

@melisgl
Copy link
Contributor

melisgl commented Jul 11, 2023

In commit 18a59d3, I changed print-md-escaped to escape the [] and {} characters. The former was necessary for print/parse consistency, while the latter wasn't because {} are not parsed specially (except for allowing them to be backslash escaped). However, in melisgl/mgl-pax#28, we find that escaping curly brackets makes outputting latex-in-markdown for pandoc a pain.

Do you think not escaping them would be correct?

melisgl pushed a commit to melisgl/3bmd that referenced this issue Jul 12, 2023
... for ease of embedding latex.

3b#59
melisgl pushed a commit to melisgl/3bmd that referenced this issue Jul 12, 2023
... for ease of embedding latex.

3b#59
melisgl pushed a commit to melisgl/3bmd that referenced this issue Jul 13, 2023
... for ease of embedding latex.

3b#59
3b pushed a commit that referenced this issue Jul 25, 2023
... for ease of embedding latex.

#59
@3b
Copy link
Owner

3b commented Jul 25, 2023

fixed along with #60 i think

@3b 3b closed this as completed Jul 25, 2023
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

No branches or pull requests

2 participants