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

Better escape commands #42

Open
Infernio opened this issue Feb 12, 2023 · 0 comments
Open

Better escape commands #42

Infernio opened this issue Feb 12, 2023 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@Infernio
Copy link
Member

As it stands, the current idea is to have escapes like

\lbracket # -> [
\rbracket # -> ]
\semicolon # -> ;

With some shortcuts. Better would be:

\[
\]
\;

I still want to have bare semicolons outside commands (#31), but this would make writing escapes for other reserved symbols much easier (plus semicolons inside commands).

@Infernio Infernio added the enhancement New feature or request label Feb 12, 2023
@Infernio Infernio added this to the v0.2.0 milestone Feb 12, 2023
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
Status: No status
Development

No branches or pull requests

1 participant