-
Notifications
You must be signed in to change notification settings - Fork 445
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.rbMetadata
Metadata
Assignees
Labels
No labels

