Metadata-Version: 2.4
Name: pymd-extensions-lz
Version: 0.0.2
Summary: Python Markdown Extensions
Home-page: https://github.com/lzimd/py-markdown-extensions-lz
Author: lzimd
Author-email: 29934671+lzimd@users.noreply.github.com
License: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: markdown>=3.2.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

# Python Markdown Extensions

## Reference

- [Extension API](https://python-markdown.github.io/extensions/api/)

## pymdownlz.inline

| feature |   input    |  output   |
|:-------:|:----------:|:---------:|
|   del   | \~~trike~~ | ~~trike~~ |

## pymdownlz.meta

Adjust metadata for Pelican/Hugo compatibility.

- title
- slug
- tags: [xx, yy, zz]
- categories: [foo]
- date: YYYY-MM-DD
- modified: YYYY-MM-DD

