You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm having a problem with using a pattern matcher inside a definition.
When I use "pattern": "string|image" it renders pattern:string|image
It looks like commit 6a84c67 might be causing the problem, i.e., renders fine with <code></code> instead of back ticks but I'm not sure why this change was made so maybe I'm doing something wrong my end.
Happy to create a PR to stop pipe being replaced with HTML code if that's the correct fix.
The text was updated successfully, but these errors were encountered:
Hey. I don't think the code vs backtick should make a difference (I think markdown treats both the same). But that line does have an explicit gsub of | to | it looks like. Probably some reason for having done that, but I do not remember it... Since we wrap it in code, maybe we can remove the gsub now?
Hi, I'm having a problem with using a pattern matcher inside a definition.
When I use
"pattern": "string|image"
it renders pattern:string|image
It looks like commit 6a84c67 might be causing the problem, i.e., renders fine with
<code></code>
instead of back ticks but I'm not sure why this change was made so maybe I'm doing something wrong my end.Happy to create a PR to stop pipe being replaced with HTML code if that's the correct fix.
The text was updated successfully, but these errors were encountered: