Uploaded image for project: 'XWiki Rendering'
  1. XWiki Rendering
  2. XRENDERING-180

Markdown code syntax is not styled

    XMLWordPrintable

Details

    Description

      In Markdown, code is written using either

      //code with 4 spaces in front
      public class FormattedCode {}

      or with GitHub's flavor

      ```
      //Code surrounded with 3 backticks
      public class FormattedCode {}
      ```

      And finally, this can be inlined using `void doStuff()` (ie simple backticks).

      None of these syntax use at least a monospaced font and the backtick version literally displays the backticks

      Attachments

        Activity

          People

            vmassol Vincent Massol
            emmanuelbernard Emmanuel Bernard
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: