Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-54922

Generated markdown should work in MacDown.app

XMLWordPrintable

    • support-core:2.53

      Currently the generated Markdown doesn't do a good enough job of escaping {} characters and the sanitizer loves to generate {} which means that labels and node names have a tendency to generate partially italicized content when rendered in at least MacDown and potentially many other renderers.

      Sample raw content:

        * computer_reliable_bulletin (`user_junior_process.slaves.DumbSlave`)
            - Description:    _Java 8_
            - Executors:      1
            - Remote FS root: `/home/jenkins`
            - Labels:         label_transparent_court label_religious_blood pipeline view_medieval_corn label_mutual_violation label_related_favourite label_easy_insurance
       

      Rendered as:

      • computer reliable bulletin (user_junior_process.slaves.DumbSlave)
        • Description: Java 8
        • Executors: 1
        • Remote FS root: /home/jenkins
        • Labels: label_transparent_court label_religious_blood pipeline view_medieval_corn label_mutual_violation label_related_favourite label_easy_insurance

            jsoref Josh Soref
            jsoref Josh Soref
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: