Defect #5045
closedErrors in formatting of texts.
0%
Description
This issue is similar on #3089, but there other category and additional errors are specified.
- Combination text format not always work.
 
| bold | italic | underline | deleted | superscript | subscript | |
| bold | OK | OK | ERROR | OK | OK | |
| italic | ERROR | OK | ERROR | OK | OK | |
| underline | ERROR | ERROR | ERROR | OK | OK | |
| deleted | ERROR | OK | OK | OK | OK | |
| superscript | ERROR | ERROR | ERROR | ERROR | OK | |
| subscript | ERROR | ERROR | ERROR | ERROR | ERROR | 
| bold + italic | OK | italic + bold | ERROR | |
| bold + underline | OK | italic + underline | OK | |
|   | 
			ERROR |   | 
			ERROR | |
| bold + superscript | OK | italic + superscript | OK | |
| bold + subscript | OK | italic + subscript | OK | 
| underline + bold | ERROR |   | 
			ERROR | |
| underline + italic | ERROR |   | 
			OK | |
|   | 
			ERROR |   | 
			OK | |
| underline + superscript | OK |   | 
			OK | |
| underline + subscript | OK |   | 
			OK | 
| superscript + bold | ERROR | subscript + bold | ERROR | |
| superscript + italic | ERROR | subscript + italic | ERROR | |
|   | 
			ERROR |   | 
			ERROR | |
| superscript + underline | ERROR | subscript + underline | ERROR | |
| superscript + subscript | OK | subscript + superscript | ERROR | 
- Use of formatting of the text without blanks does not work.
 
In the description of format Textile brackets [ ] are for this purpose provided.
example:
te[_st italic te_]xt - "st italic te" should be italic.
Related issues
      
      Updated by Mike Stupalov over 15 years ago
      
    
    May be need integrate RedCloth latest version - 4.2.2?
      
      Updated by Mike Stupalov over 15 years ago
      
    
    I have tried the code used above on official page RedCloth http://redcloth.org/try-redcloth/ - all combinations there work.
      
      Updated by Jean-Philippe Lang over 15 years ago
      
    
    - Status changed from New to Closed
 - Resolution set to Duplicate
 
Modifiers combinations are fixed in r3561.
In the description of format Textile brackets [ ] are for this purpose provided.
This was not a Redcloth 3 feature and thus, it's not supported by the builtin textile formatter in Redmine.
May be need integrate RedCloth latest version - 4.2.2?
Well, it would be pretty easy to write a plugin that adds a new formatter with the latest RedCloth instead of the Redmine builtin formatter, but you'd lose a few additions like tables of content, quoting or code highlighting.
      
      Updated by Mike Stupalov over 15 years ago
      
    
    - Status changed from Closed to Reopened
 
Many thanks for the corrections.
But there was another problem with the combination format and the brackets:
*(100 - Ksp)/100* | 
			/100 | 
* (100 - Ksp) /100* | 
			* (100 - Ksp) /100* | 
And the second question, how much is difficult to add to the current format textile brackets to indicate the format without spaces?
      
      Updated by Jean-Philippe Lang over 15 years ago
      
    
    - Status changed from Reopened to Closed
 
Also reported in #5124.