phpdocumentor / guides-markdown
Adds Markdown support to the phpDocumentor's Guides library.
Installs: 27 613
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 0
Open Issues: 0
Requires
- php: ^8.1
- league/commonmark: ^2.4
- phpdocumentor/guides: ^1.0 || ^2.0
- symfony/yaml: ^6.4 || ^7.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.
Mono-Repository: | https://github.com/phpDocumentor/guides |
---|---|
Documentation: | https://docs.phpdoc.org/components/guides/guides/index.html |
Packagist: | https://packagist.org/packages/phpdocumentor/guides-markdown |
Contribution: | https://github.com/phpDocumentor/guides/tree/main/CONTRIBUTING.rst |