Bugzilla extension for Markdown.
Project description
Markdown Bugzilla Extension
---------------------------
.. image:: https://img.shields.io/travis/atodorov/Markdown-Bugzilla-Extension/master.svg
:target: https://travis-ci.org/atodorov/Markdown-Bugzilla-Extension
:alt: 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
---------------------------
.. image:: https://img.shields.io/travis/atodorov/Markdown-Bugzilla-Extension/master.svg
:target: https://travis-ci.org/atodorov/Markdown-Bugzilla-Extension
:alt: 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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file Markdown-Bugzilla-Extension-0.1.tar.gz
.
File metadata
- Download URL: Markdown-Bugzilla-Extension-0.1.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e06a1b999e1113a4a67f355917be07f1fafc4a6cf2187bd803f70cfe99903096 |
|
MD5 | b3ee8265f1f1f7dffcdfd02bf82e3cbd |
|
BLAKE2b-256 | b619178bce41512cf7cc279a0f02d80b9b3e1d86fcfe64377b79f5cab4e698f7 |