Replies: 2 comments 1 reply
-
I've run into exactly this again (this time in my page's title) today. |
Beta Was this translation helpful? Give feedback.
1 reply
-
replicated in beta.64 on windows 10 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
(edit: observed on Athens 1.0.0-beta.60)
to reproduce type out the following in a block:
/(f
(f
is just an example, perhaps the user is going to reference "fred")as you can see from the error message,
/(f/
is what is being read as a regex (even though in Athens I have/(|)
, read|
as the cursor)note that, for example,
meet w/ (
works as desiredsome questions I've come up with:
eval
(😱) somewhere?Beta Was this translation helpful? Give feedback.
All reactions