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

allow escaped back-ticks within "mono" formatting #2

Open
connectuum opened this issue Jan 3, 2022 · 0 comments
Open

allow escaped back-ticks within "mono" formatting #2

connectuum opened this issue Jan 3, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@connectuum
Copy link
Owner

identified while writing commit notes for 72b3280

typing ``` above made me realize that the pattern did not handle that scenario. i started trying to fix this by allowing the content between back-ticks to be a single back-tick. however, three consecutive back-ticks is meant to be the start of "multiline mono" formatting. and the fix still doesn't address the next problem: how do i show two back-ticks in a "mono" black?

i think the solution will be to "escape" the inner back-ticks using a \ backslash character as a prefix (for example: `\``).

this does not seem like an important issue. i am naturally driven to fix it anyway, but it's more important to prioritize and stay on track. i'll document it as a known issue.

@connectuum connectuum added the enhancement New feature or request label Jan 3, 2022
@connectuum connectuum mentioned this issue Jan 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant