Skip to content

atodorov/Markdown-Bugzilla-Extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Markdown Bugzilla Extension

Build status

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.

Contributing

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

About

Faster linking to Bugzilla bugs in Markdown

Resources

License

Stars

Watchers

Forks

Packages

No packages published