phpDocumentor / guides

Guides library to parse documentation
MIT License
31 stars 15 forks source link

[Bug]: Tables in Markdown are not displayed correctly #1086

Open linawolf opened 2 days ago

linawolf commented 2 days ago

Summary

See https://github.com/phpDocumentor/guides/pull/1085

Code snippet that reproduces the problem

No response

Expected output

See https://github.com/phpDocumentor/guides/pull/1085

linawolf commented 23 hours ago

There is an extension for that: https://commonmark.thephpleague.com/2.5/extensions/tables/

jaapio commented 22 hours ago

I added support for tables, but we do not have a system yet to set the alignment of a cell that can be done in markdown on a column level. I'm not sure we should add this feature.