phpdocumentor / guides-markdown
Adds Markdown support to the phpDocumentor's Guides library.
Installs: 22 985
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 5
Forks: 0
Open Issues: 0
Requires
- php: ^8.1
- league/commonmark: ^2.4
- phpdocumentor/guides: ^1.0
README
phpDocumentor Guides
This repository is part of phpDocumentor's Guides library, a framework designed to take hand-written documentation in code repositories and create an AST (abstract syntax tree) from it. This AST is then fed to a renderer, which produces the desired output, such as HTML.
The package phpdocumentor/guides-markdown adds Markdown support to the phpDocumentor's Guides library.