Modify ↓
#4078 closed defect (invalid)
Incorrect bold and italic formating in wiki
Reported by: | Linas | Owned by: | Jonas Borgström |
---|---|---|---|
Priority: | lowest | Milestone: | |
Component: | wiki system | Version: | 0.10 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
I'm not sure, that component must be wiki.
Incorrect bold and italic formating if there is '!' .
Bad example:
'''test!''' ''test!''
test''' test''
Bad example:
'''test !''' ''test !''
test ''' test ''
Good example:
'''test! ''' ''test! ''
test! test!
Attachments (0)
Change History (3)
comment:1 by , 18 years ago
Summary: | Incorrect bold formating in wiki → Incorrect bold and italic formating in wiki |
---|
comment:2 by , 18 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
That is the expected behavior. The "!" is used as an escape character when you want to use '' or ''' as regular text, instead of WikiFormatting. So, using a space is necessary to prevent it from escaping the following WikiFormatting.