Modify ↓
Opened 20 years ago
Closed 20 years ago
#2704 closed defect (duplicate)
The inline monospace style doesn't treat content as verbatim text.
| Reported by: | Owned by: | Jonas Borgström | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | wiki system | Version: | 0.9.3 |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
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 fromActiveRecord::Base.
(it appears to treat ActiveRecord::Base as a new definition list as well as a wiki link)
Attachments (0)
Note:
See TracTickets
for help on using tickets.



This is basically a duplicate of #2082.