Metadata-Version: 2.1
Name: mkdocs-gitlab-plugin
Version: 0.1.4
Summary: MkDocs plugin to transform strings such as #1234 into links to a Gitlab repository
Home-page: https://gitlab.inria.fr/vidjil/mkdocs-gitlab-plugin
Author: magiraud
License: MIT
Keywords: markdown gitlab links
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Documentation
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE


# mkdocs-gitlab-plugin

Plugin for [MkDocs](https://www.mkdocs.org/).
Transform handles such as `#1234`, `%56`, `!789`, `&12` or `$34` into links to a gitlab repository,
given by the `gitlab_url` configuration option.
Before the `#`/`%`/`!`/`&`/`$` is needed either a space, a '(', or a '['.



