Пакет python3-module-mdx-include: Информация
Исходный пакет: python3-module-mdx-include
Версия: 1.4.2-alt1
Собран: 29 октября 2022 г. 9:45
Категория: Разработка/Python 3
Сообщить об ошибке в пакетеДомашняя страница: https://github.com/neurobin/mdx_include
Лицензия: BSD-3-Clause
О пакете: Python Markdown extension to include local or remote files
Описание:
Include extension for Python Markdown. It lets you include local or remote (downloadable) files into your markdown at arbitrary positions. This project is motivated by markdown-include and provides the same functionalities with some extras. Inclusion for local file is by default recursive and for remote file non-recursive. You can change this behavior through configuration. You can include part of the file by slicing according to line/column number. File/Downloaded contents are cached, i.e if you include same file multiple times in multiple places, they won't be read/downloaded more than once. This behavior can also be changed with configuration. Circular inclusion by default raises an exception. You can change this behavior to include the affected files in non-recursive mode through configuration. You should not use markdown-include along with this extension, choose either one, not both.
Сопровождающий: Anton Zhukharev
Последнее изменение
28 сентября 2022 г. Anton Zhukharev 1.4.2-alt1
- 1.4.1 -> 1.4.2 - clean up spec - rename to python3-module-mdx-include
25 июля 2022 г. Anton Zhukharev 1.4.1-alt1.gitd96b9b3
- initial build for Sisyphus