Skip to content

cyotek/MarkdigMantisLink

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 

Markdig MantisBT Linker

This is a Markdig extension that automatically add links to Mantis Bug Tracker issue items within your markdown, e.g. #001753.

Getting Started

  • Build & reference the library
  • Add the extension to your pipeline using the extension method UseMantisLinks
  • Set your MantisBT base URL within the options
  • All done!
var pipeline = new MarkdownPipelineBuilder()
  .UseMantisLinks(new MantisLinkOptions("https://issues.company.net/")
  .Build();

For an overview on how to build Markdig extensions using this library as an example, see the "Writing custom Markdig extensions" article on the cyotek blog.

Authors

Acknowledgements

This project was heavily inspired by Dave Clarke's MarkdigJiraLinker.

License

This project is licensed under the MIT license. See the LICENSE.txt for details.

Contributing

Please feel free to raise pull requests or issues for any issues you find.

About

Markdig extension that automatically add links to MantisBT issue items

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages