Skip to content
This repository has been archived by the owner on Mar 25, 2022. It is now read-only.

Latest commit

 

History

History
32 lines (24 loc) · 556 Bytes

api_ref.md

File metadata and controls

32 lines (24 loc) · 556 Bytes

API Reference

This document is for developers of recommonmark, it contans the API functions

Parser Component

.. autoclass:: recommonmark.parser.CommonMarkParser
    :members:
    :show-inheritance:

Dummy State Machine

.. autoclass:: recommonmark.states.DummyStateMachine
    :members:
    :show-inheritance:

AutoStructify Transformer

.. autoclass:: recommonmark.transform.AutoStructify
    :members:
    :show-inheritance: