A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/atodorov/Markdown-Bugzilla-Extension below:

atodorov/Markdown-Bugzilla-Extension: Faster linking to Bugzilla bugs in Markdown

Markdown Bugzilla Extension

This is Markdown extension for faster linking to Bugzilla bugs:

md = Markdown(extensions=['mdbz'],
              extension_configs={
                'mdbz' : {
                    'bugzillaURL' : 'http://bugzilla.example.com/%s'
                }
              }
            )

md = Markdown(extensions=['mdbz.rhbz'])

then strings of the form [bz#123] will become links to the specified bug number. The mdbz.rhbz extension is preconfigured for Red Hat's Bugzilla and supports the [rhbz#123] syntax instead.

Source code and issue tracker are at https://github.com/atodorov/Markdown-Bugzilla-Extension


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4