markdown-table icon indicating copy to clipboard operation
markdown-table copied to clipboard

Dynamically create markdown tables

Results 5 markdown-table issues
Sort by recently updated
recently updated
newest added

Adds `^11.0` to `illuminate/contracts` for Laravel 11 support

I looked into the upgrade guide and it appears there will be no conflicts with this code and Laravel 10 :) Smooth upgrade!

I've updated the dependencies to add support for Laravel 6.

Hi, while I use this cool project to generate md table, I found a problem. If text contains UTF8 character. string length count will have problem. ```php $tableBuilder ->headers(['UTF8','test']) ->rows([...