-
-
Notifications
You must be signed in to change notification settings - Fork 63
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 handle nested parens #23
Comments
@puzrin I believe that this issue is important for markdown-it . |
Your case is not related to this issue anyhow. Unpaired closing scope can not be guessed as been or not been part of URL with 100% guarantee. In most of cases - it will not. |
More samples with nested scopes. |
Hi, we are having this issue as well. and the issue might be in the regex matching at: changing this line from
to
fixes the issue for us but breaks matching of single curly braces. |
As discussed in #22.
Examples:
http://example.com/render?target=summarize(deriviative(app.numUsers),%221min%22)&title=New_Users_Per_Minute
, from Graphitehttp://sv-t-vnl-forge-metrics:5601/?#/dashboard/Logs-Marmotte?_a=(filters:!(),panels:!((col:1,columns:!(message,host,tags),id:Marmotte-logs,row:1,size_x:12,size_y:8,sort:!('@timestamp',asc),type:search)),query:(query_string:(analyze_wildcard:!t,query:'*')),title:'Logs%20Marmotte')&_g=(refreshInterval:(display:'10%20seconds',pause:!f,section:1,value:10000),time:(from:now-15m,mode:quick,to:now))
, generated by the "share" link of Kibana 4.Considerations:
(foo)ignored---content(bar)
Note. This issue is not critical for markdown-it. Improvment left to volunteers help.
The text was updated successfully, but these errors were encountered: