Metadata-Version: 2.1
Name: mkdocs-add-number-plugin
Version: 1.0.0
Summary: A MkDocs plugin to add number to titles of every page.
Home-page: https://github.com/shihr/mkdocs-add-number-plugin.git
Author: shihr
Author-email: shrshraa@outlook.com
License: MIT
Keywords: mkdocs index add-number plugin
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=2.7
Description-Content-Type: text/markdown
Requires-Dist: mkdocs (>=1.0.4)

A MkDocs plugin to add number to titles of every page.<br>[options]:<br>strict_mode: True<br>- In this mode, you must edit head from h1 level by level,such as "# first\n## second\n# first2".Not allowed to over level, such as "# first\n### third\n# first2".<br>- Otherwise, if you do not deternmine the option or False.You could edit head level in ascending order.The example above is allowed, it will be convert to "# 1 first\n### 1.1 third\n# 2 first2".


