Does Bugzilla support any markup language?

15,094

Solution 1

Edit: Bugzilla 6.0 will include optional markdown support; it was implemented as a GSoC project in the bug linked in the question. Docs.

Before 6.0, the only thing it supports is the > prefix on lines, which makes them purple and not wrap.

Solution 2

At this moment, Markdown formatting is supported on https://bugzilla.mozilla.org/ based on my own testing just now. There's a small link that says "Markdown styling now supported"

However, Mozilla's bugzilla instance appears to be running one of several Markdown Bugzilla extensions listed on GitHub, since Markdown doesn't seem to be mentioned in the bugzilla code repository.

As for version history, bugzilla.mozilla.org links to documentation indicating they are running Bugzilla 4.2. Markdown was introduced in the Bugzilla 4.5.6 development snapshot, but reverted from 5.0. Then, Markdown support was included in the Bugzilla 5.1.2 documentation.

I can't find current plans. There was discussion here without clarity about what happened:

Conclusion

Any given Bugzilla installation may or may not support Markdown right now, but Markdown was designed to be readable, so go ahead and use it. It seems likely it will be rendered as HTML in the near future even if it isn't right now.

Share:
15,094
Paolo
Author by

Paolo

Enthusiast software developer. Self reminders I'm here to learn. Learning is an experience, everything else is just information. (A.Einstein)

Updated on June 10, 2022

Comments

  • Paolo
    Paolo almost 2 years

    Maybe I'm just blind, but I can't find documentation about how to format text in Bugzilla. Does Bugzilla support Markdown, Textile or some sort of markup language out of the box?

    -- EDIT --

    Half interesting news: there is an open P3 enhancement [1] for adding optional support for Markdown [2] and it is possible to voteup. Though it doesn't seem there is too much enthusiasm around it.

    [1] https://bugzilla.mozilla.org/show_bug.cgi?id=330707

    [2] http://daringfireball.net/projects/markdown/

  • Dɑvïd
    Dɑvïd almost 11 years
    Long plain links are ugly distractions; shortened links can be abused. Simple link production, like Markdown system, would be a worthwhile enhancement. IMO. :)
  • Christopher Maujean
    Christopher Maujean almost 11 years
    I would prefer some simple formatting capabilities. This is not an either/or situation. Markdown is designed to be readable and good looking with and without being rendered. You can have your simplicity, printability, and the ability to have code blocks, hyperlinks and more, all at the same time. Markdown also happens to be insanely easy to implement in web applications written in modern languages.
  • muru
    muru over 8 years
    I think they pulled Markdown from 5.0. 5.1 docs do mention markdown, though.
  • Bulrush
    Bulrush about 8 years
    This is a fairly new answer. Does anyone know when Mozilla will release Bugzilla 6.0 in its bugtracker for Firefox? To me, markdown in BZ is not critical, but it would be nice.