Opened 10 years ago
Closed 10 years ago
#1832 closed defect (bug) (duplicate)
back-tick preformatted text in readme.txt not retaining line-breaks in beta plugin directory
| Reported by: | diddledani | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Plugin Directory | Keywords: | |
| Cc: |
Description
Preformatted text in the readme.txt of my plugin a-z-listing is not retaining the newlines (aka "\n" in most string parsers) causing all the code to appear on a single line:
how it appears:
home section1 section1a section1b a-z section2 section2a section2b a-z
how it _should_ appear:
home
section1
section1a
section1b
a-z
section2
section2a
section2b
a-z
Change History (2)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Duplicate of #1801.