Edgewall Software

Opened 12 years ago

Last modified 7 years ago

#10454 closed defect

Whitespaces are killed in `backtick ` quotes — at Initial Version

Reported by: anonymous Owned by:
Priority: normal Milestone: 1.3.2
Component: wiki system Version: 0.12
Severity: normal Keywords: css
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

This is the same case as in Ticket #3925 but still not fixed for backquotes.

Trac-Wiki says:

 {{{...}}} and `...` commands not only select a monospace font, but also treat 
their content as verbatim text, meaning that no further wiki processing 
is done on this text.

But this is only true for {{{ as in

three   spaces   between   words

If I do the same thing with backticks like three spaces between words or with curly braces inline as in three spaces between words Trac helpfully collates the whitespaces.

If I do the same thing with backticks like `three   spaces    between    words` 
or with curly braces inline as in {{{three   spaces   between   words}}} 
Trac helpfully collates the whitespaces.

Defect present on 0.11.7 and 0.12.3dev

Change History (0)

Note: See TracTickets for help on using tickets.