Skip to content

Commit 3293830

Browse files
committed
[FEATURE] Enable Markdown rendering
Markdown rendering still has a lot of flaws that are adressed in phpDocumentor/guides#640 Some errors are fixed there (like the warnings going to the log instead of the console and output of simple paragraphs) For others I added skiped tests
1 parent d1968e4 commit 3293830

File tree

4 files changed

+638
-85
lines changed

4 files changed

+638
-85
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"php": "^8.1",
66
"phpdocumentor/guides-cli": "dev-main",
77
"phpdocumentor/guides-graphs": "dev-main",
8+
"phpdocumentor/guides-markdown": "dev-main",
89
"phpdocumentor/guides-theme-bootstrap": "dev-main",
910
"symfony/finder": "^6.3",
1011
"symfony/http-client": "^6.3"

0 commit comments

Comments
 (0)