Opened 8 years ago

Last modified 8 years ago

#15910 closed defect

<code> looks like Normal Text in Help Browser — at Version 1

Reported by: Hb--- Owned by: team
Priority: normal Milestone: 18.02
Component: Core Version:
Keywords: help browser CSS formatting wiki Cc:

Description (last modified by Hb---)

Keystrokes, key=value pairs and URLs are formatted in the Wiki by enclosing them with ` characters (ASCII 96). TracWiki translates this to <code>. The alternative is {{{three curly brackets}}} which is translated to <preformat> in HTML.

The Wiki shows <code> in a monospaced font with a brown frame.

In the Online Help Browser both styles are missing. Therefore important keywords can't be distinguished from normal text, see wiki:/Help/ErrorMessages.

JOSM seems to strip some parts of the wiki page before displaying according to DevelopersGuide/HelpSystem

Expected result is that Online Help pages look them same as Wiki pages. So changing the wikis CSS is an option, but a bad one.

Change History (1)

comment:1 by Hb---, 8 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.