Uh oh!
There was an error while loading. Please reload this page.
Add Markdown output format for PHP documentation - #254
Conversation
Crell
commented
Jun 18, 2026
What is the use case for this? Normally markdown is a source format for producing HTML, and there is already an HTML output format. |
philip
commented
Jun 18, 2026
For agents, mostly. I understand this would means a discussion, but one general idea is to allow agents (or humans) to view Markdown. In two forms:
|
Crell
commented
Jun 18, 2026
What does actionable mean? Do you mean LLM friendly? Those can go to hell, I have no interest in giving free labor to criminals. |
hakre
commented
Jun 18, 2026
Actionable in Microsoft Github Actions.
Has the PHP group LLMs activated in their repositories and workflows on Microsoft Github? @Crell |
Adds a new markdown output format to the PHP package, producing clean Markdown from PHP DocBook sources.
Output:
.mdfile per chunk, named using the same convention as XHTML and Web (function.array-map.md,class.exception.md, etc.)New files:
Package/PHP/Markdown.php: the format rendererPI/MarkdownPHPDOCHandler.php: changelog PI handler (GFM table output)Usage:
phd -f markdown -P PHP -d doc-base/.manual.xml -o out/