Defect #18501
Textile bold highlighting problem
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Text formatting | |||
Target version: | 2.6.1 | |||
Resolution: | Fixed | Affected version: | 2.6.0 |
Description
Textile formatting
*['components']['user']*
leads to highlighting of only ['user'] part. Like this
['user']
History
#1
Updated by Jean-Philippe Lang over 7 years ago
- Status changed from New to Resolved
- Assignee set to Jean-Philippe Lang
- Target version set to 2.6.1
- Resolution set to Fixed
Fixed in r13677. Brackets are used to set the "lang" attribute in Textile, so *[fr]text*
will still render as:
<strong lang="fr">text</strong>
#2
Updated by Jean-Philippe Lang over 7 years ago
- Status changed from Resolved to Closed