oz123 / awesome-c

A curated list of awesome C frameworks, libraries, resources and other shiny things. Inspired by all the other awesome-... projects out there.
Creative Commons Attribution Share Alike 4.0 International
9.47k stars 833 forks source link

Improve readibility with markdown tables #155

Open DanielMazurkiewicz opened 4 years ago

DanielMazurkiewicz commented 4 years ago

Example:

Link | Description | License
------------ | ------------- | -------------
link1 | description1 | MIT
link2 | description2 | GPL
Link Description License
link1 description1 MIT
link2 description2 GPL
kozross commented 4 years ago

That would be awesome! Could you do a PR?

oz123 commented 4 years ago

I think making a huge PR putting all the stuff in tables is going to be hard to reviews. If someone is willing to this, I would merge PRs that handle one section at a time.