We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Cannot insert a link after a left curly bracket appears.
To reproduce:
# test.rb class TestClass # {test0}[https://github.com] # \{ # {test1}[https://github.com] # {test2}[https://github.com] def meth0 end # {test0}[https://github.com] # \} # {test1}[https://github.com] # {test2}[https://github.com] def meth1 end # {test0}[https://github.com] # <tt>{</tt> # {test1}[https://github.com] # {test2}[https://github.com] def meth2 end # {test0}[https://github.com] # <tt>}</tt> # {test1}[https://github.com] # {test2}[https://github.com] def meth3 end # {test0}[https://github.com] # <tt>\{</tt> # {test1}[https://github.com] # {test2}[https://github.com] def meth4 end # {test0}[https://github.com] # <tt>\}</tt> # {test1}[https://github.com] # {test2}[https://github.com] def meth5 end end
rdoc test.rb
Actual result:
Expected result:
The text was updated successfully, but these errors were encountered:
This also happens at https://docs.ruby-lang.org/en/master/Dir.html#method-c-glob.
Sorry, something went wrong.
Make TIDYLINK multi-word label non-greedy
9034d3f
Fix ruby#1015.
Fix TIDYLINK after braces (ruby#1015)
41ad319
TIDYLINK multi-word label should not include braces.
[ruby/rdoc] Fix TIDYLINK after braces
9935512
(ruby/rdoc#1015) TIDYLINK multi-word label should not include braces. ruby/rdoc@41ad3191e9
No branches or pull requests
Cannot insert a link after a left curly bracket appears.
To reproduce:
Actual result:
Expected result:
The text was updated successfully, but these errors were encountered: