php8.5
Home/ Manual/ reference / cmark/ CommonMark

CommonMark

This extension provides access to the reference implementation of CommonMark, a rationalized version of Markdown syntax with a specification.

Intro

This extension provides access to the reference implementation of CommonMark, a rationalized version of Markdown syntax with a specification.

Parsing:The CommonMark extension provides a simple parsing API: Rendering:The CommonMark extension provides simple rendering API that supports multiple formats: AST:The CommonMark extension implements visitation for CommonMark\Node objects: CQL:The CommonMark extension provides an interface to CQL, CommonMark Query Language:

Setup Constants Document Heading Paragraph Blockquote Bulletlist Orderedlist Item Text Strong Emphasis Thematicbreak Softbreak Linebreak Code Codeblock Htmlblock Htmlinline Image Link Customblock Custominline Node Ivisitor Ivisitable Parser Cql Reference

Source: reference/cmark/book.xml · from the official PHP manual (php/doc-en)