Defect #6591
Acronyms must have a minimum of three characters
Status: | Closed | Start date: | 2010-10-07 | |
---|---|---|---|---|
Priority: | Low | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Text formatting | |||
Target version: | 1.1.0 | |||
Resolution: | Fixed | Affected version: |
Description
On the Wiki the following gets turned into an Acronym
JPL
but
HA
does not. I can think of loads of terms with two letter acronyms which could do with being displayed as such therefore I think we should be able to use 2 letter acronyms and have them converted on the wiki pages.
Associated revisions
Makes textile formatter accept 2 letters acronym (#6591).
History
#1
Updated by Holger Just over 11 years ago
The relevant Regex is in source:trunk/lib/redcloth3.rb#L459.
#2
Updated by Jean-Philippe Lang over 11 years ago
- Category changed from Wiki to Text formatting
- Status changed from New to Closed
- Target version set to 1.1.0
- Resolution set to Fixed
Fixed in r4374. 2 letters acronyms are now accepted.