#3483 closed defect (bug) (fixed)
Markdown parser: Stop <code> element from hyphenating
| Reported by: | xmic | Owned by: | obenland |
|---|---|---|---|
| Priority: | normal | Milestone: | Plugin Directory v3.0 |
| Component: | Plugin Directory | Keywords: | has-screenshots |
| Cc: |
Description
The plugin’s description for the markdown code element is hyphenating.
May we specify to add CSS hyphens: none; for the <code> element?
Please see attached screenshot of the hyphenation that should not be taking place on a single-line <code> element. The reason for this is that a hyphen does not normally exist in this URL, which is used within the <code> element. There does not seem to be any other markdown styling that would suit a URL which is not supposed to be hyphenated.
Kind regards,
Mic
Attachments (1)
Change History (5)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Example of a
<code>element being hyphenated for a described URL.