Current File : /opt/alt/python311/lib/python3.11/site-packages/markdown_it/cli/__pycache__//parse.cpython-311.pyc
�
��;fU � �
� d Z ddlmZ ddlZddlmZmZ ddlZddlm Z ddl
mZ d� e � � Z
ddd�Zdd�Zdd�Zdd�Zdd�Zdd�Zedk r* eej dd� � � Z ej e� � dS dS ) zo
CLI interface to markdown-it-py
Parse one or more markdown files, convert each to HTML, and print to stdout.
� )�annotationsN)�Iterable�Sequence)�__version__)�
MarkdownItzmarkdown-it-py [version {}]�args�Sequence[str] | None�return�intc �x � t | � � }|j rt |j � � nt � � dS )Nr )�
parse_args� filenames�convert�interactive)r � namespaces �H/opt/alt/python311/lib/python3.11/site-packages/markdown_it/cli/parse.py�mainr s<