Metadata-Version: 2.1
Name: pelican-captions
Version: 0.3.3
Summary: Add captions and labels to figures, tables and code blocks.
Home-page: https://github.com/f-koehler/pelican-captions
License: AGPL-3.0
Keywords: pelican,plugin
Author: Fabian Köhler
Author-email: fabian.koehler@protonmail.ch
Requires-Python: >=3.6.1,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Framework :: Pelican
Classifier: Framework :: Pelican :: Plugins
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides-Extra: markdown
Requires-Dist: beautifulsoup4 (>=4.9.3,<5.0.0)
Requires-Dist: markdown (>=3.2.2,<4.0.0); extra == "markdown"
Requires-Dist: pelican (>=4.5,<5.0)
Project-URL: Documentation, https://docs.getpelican.com
Project-URL: Funding, https://donate.getpelican.com/
Project-URL: Issue Tracker, https://github.com/f-koehler/pelican-captions/issues
Project-URL: Repository, https://github.com/f-koehler/pelican-captions
Description-Content-Type: text/markdown

# captions: A Plugin for Pelican

[![Build Status](https://img.shields.io/github/workflow/status/f-koehler/pelican-captions/build)](https://github.com/f-koehler/pelican-captions/actions)
[![PyPI Version](https://img.shields.io/pypi/v/pelican-captions)](https://pypi.org/project/pelican-captions/)
![License](https://img.shields.io/pypi/l/pelican-captions?color=blue)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/f-koehler/pelican-captions/main.svg)](https://results.pre-commit.ci/latest/github/f-koehler/pelican-captions/main)

Encapsulate standalone images in a figure tag and add a figcaption tag.

## Installation

This plugin can be installed via:

    python -m pip install pelican-figures

## Usage

<<Add plugin details here>>

## Contributing

Contributions are welcome and much appreciated. Every little bit helps. You can contribute by improving the documentation, adding missing features, and fixing bugs. You can also help out by reviewing and commenting on [existing issues][].

To start contributing to this plugin, review the [Contributing to Pelican][] documentation, beginning with the **Contributing Code** section.

[existing issues]: https://github.com/f-koehler/pelican-captions/issues
[contributing to pelican]: https://docs.getpelican.com/en/latest/contribute.html

## License

This project is licensed under the AGPL-3.0 license.

