Edgewall Software

Ticket #2704 (closed defect: duplicate)

Opened 3 years ago

Last modified 3 years ago

The inline monospace style doesn't treat content as verbatim text.

Reported by: blinks@… Owned by: jonas
Priority: normal Milestone:
Component: wiki system Version: 0.9.3
Severity: normal Keywords:
Cc:

Description

From WikiFormatting:

Note that the {{{...}}} 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.

However:

 app/models::
   Holds models that should be named like `post.rb`.
   Most models will descend from `ActiveRecord::Base`.

displays as:

app/models
Holds models that should be named like post.rb. Most models will descend from ActiveRecord::Base.

(it appears to treat ActiveRecord::Base as a new definition list as well as a wiki link)

Attachments

Change History

Changed 3 years ago by cmlenz

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

This is basically a duplicate of #2082.

Add/Change #2704 (The inline monospace style doesn't treat content as verbatim text.)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will change from jonas. Next status will be 'closed'
 
Note: See TracTickets for help on using tickets.