Ticket #1059 (closed defect: fixed)

Opened 13 months ago

Last modified 8 months ago

Monospace syntax without a following space?

Reported by: u.o. Owned by: unassigned
Priority: normal Milestone: 1.3.2
Component: formatters Version: 1.3.1
Severity: normal Keywords: monospace
Cc:

Description

This works:

##abbr## element

This not:

##abbr##-element

So before the opening and after the closing ## needs to be a space.

Would it be possible to allow other characters after the closing ##, too?

The sentence "The ##abbr## element is used to …" would look like that in German: "Das ##abbr##-Element ist …".

So atm it is not possible to use the syntax for that use case.

Change History

Changed 13 months ago by u.o.

Correction:

##abbr##-element works too, but this not:

##From:##-field

So when a colon is before the closing ###, you need a space after the closing ###.

Changed 13 months ago by BrianKoontz

  • type changed from enhancement to defect
  • milestone set to 1.4

Changed 12 months ago by BrianKoontz

(In [1798]) This is actually a problem with the parser trying to parse the enclosed string as a wikilink. Fixed for ##; further fixes needed for other markup that will break this in the same way. Refs #1059

Changed 12 months ago by BrianKoontz

  • status changed from new to closed
  • resolution set to fixed

Changed 8 months ago by BrianKoontz

  • milestone changed from 1.4 to 1.3.2
Note: See TracTickets for help on using tickets.