%PDF- %PDF-
Direktori : /lib/python3/dist-packages/markdown/extensions/__pycache__/ |
Current File : //lib/python3/dist-packages/markdown/extensions/__pycache__/extra.cpython-312.pyc |
� ���es � �F � d Z ddlmZ ddlmZ g d�Z G d� de� Zd� Zy ) a$ A compilation of various Python-Markdown extensions that imitates [PHP Markdown Extra](http://michelf.com/projects/php-markdown/extra/). Note that each of the individual extensions still need to be available on your `PYTHONPATH`. This extension simply wraps them all up as a convenience so that only one extension needs to be listed when initiating Markdown. See the documentation for each individual extension for specifics about that extension. There may be additional extensions that are distributed with Python-Markdown that are not included here in Extra. Those extensions are not part of PHP Markdown Extra, and therefore, not part of Python-Markdown Extra. If you really would like Extra to include additional extensions, we suggest creating your own clone of Extra under a different name. You could also edit the `extensions` global variable defined below, but be aware that such changes may be lost when you upgrade to any future version of Python-Markdown. See the [documentation](https://Python-Markdown.github.io/extensions/extra) for details. � )�annotations� )� Extension)�fenced_code� footnotes� attr_list�def_list�tables�abbr� md_in_htmlc � � e Zd ZdZd� Zd� Zy)�ExtraExtensionz* Add various extensions to Markdown class.c � � || _ y)zL `config` is a dumb holder which gets passed to the actual extension later. N)�config)�self�kwargss �;/usr/lib/python3/dist-packages/markdown/extensions/extra.py�__init__zExtraExtension.__init__8 s � ���� c �D � |j t | j � y)z Register extension instances. N)�registerExtensions� extensionsr )r �mds r �extendMarkdownzExtraExtension.extendMarkdown<