Modify ↓
#13497 closed defect (fixed)
Symbol markup cannot be escaped
Reported by: | Ryan J Ollos | Owned by: | Jun Omae |
---|---|---|---|
Priority: | normal | Component: | WikiExtrasPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: |
Description
See TracDev/Proposals/VerticalHorizontalParsing@4.
The transformation of (C)
to the copyright symbol can't be escaped using !(C)
.
Attachments (0)
Change History (4)
comment:1 Changed 6 years ago by
comment:2 Changed 6 years ago by
Thanks. If you can commit the change, I will go ahead and update the plugin on t.e.o.
comment:4 Changed 6 years ago by
Owner: | changed from Mikael Relbe to Jun Omae |
---|
Note: See
TracTickets for help on using
tickets.
The result of
prepare_regexp
should be enclosed with(?:
and)
but missing parentheses in tracwikiextras/symbols.py.wikiextrasplugin/trunk/tracwikiextras/symbols.py