Uploaded image for project: 'JSPWiki'
  1. JSPWiki
  2. JSPWIKI-1101

Improve rendering of {{{inline preformatted text}}}

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 2.11.0-M4
    • None
    • None

    Description

      Currently an inline block with triple curly braces is using hardcoded html styles.
      Better is to use a css class for styling.

      Example

      This {{{inline}}} text
      

      is rendered as

      <span style="font-family:monospace; white-space:pre;">inline</span>
      

      Should be changed to:

      <span class="inline-code">inline</span>
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            brushed Dirk Frederickx
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: