-
Notifications
You must be signed in to change notification settings - Fork 453
Closed
Description
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
endrdoc test.rbReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

