Metadata-Version: 2.1
Name: mkdocs-fix-github-wiki-url-plugin
Version: 0.1.14
Summary: A mkdocs plugin that makes edit-this-page links work correctly for Github Wiki.
Home-page: https://github.com/xiaoxiao921/mkdocs-fix-github-wiki-url-plugin
Author: Quentin Escarbajal
Author-email: xiaoxiao921@hotmail.fr
License: MIT
Keywords: mkdocs
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# mkdocs-fix-github-wiki-url-plugin

# Install

```
pip install mkdocs-fix-github-wiki-url-plugin
```

Edit your mkdocs configuration file to enable the plugin:

```
plugins:
  - search
  - ezlinks
  - mkdocs-fix-github-wiki-url-plugin
```


