Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37716784
en ru br
Репозитории ALT

Группа :: Development/Python3
Пакет: python3-module-mdx-include

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Текущая версия: 1.4.2-alt1
Время сборки: 28 сентября 2022, 16:58 ( 83.2 недели назад )
Размер архива: 16.08 Kb

Домашняя страница:   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

Список всех майнтейнеров, принимавших участие
в данной и/или предыдущих сборках пакета:

Список rpm-пакетов, предоставляемый данным srpm-пакетом:

  • python3-module-mdx-include
ACL:
     
    дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    текущий майнтейнер: Michael Shigorin