Built a Markdown viewer just for fun

2 weeks ago 21
Built a Markdown viewer just for fun

I wanted to make something in C for a while — nothing useful, just for fun. Ended up building a Markdown viewer (view-only, no editing or extra features).

It took me longer than I’d like to admit to get something decent working, but I’m happy with it. Stepping away from the world of web stuff, REST APIs, and corporate projects is always refreshing.

Built with Raylib, the new Clay library (been wanting to try it for a while), and md4c. Currently working to add support for links, images and tables.

Edit: here is the repo https://github.com/elias-gill/markdown_visualizer.

submitted by /u/Correct_Disaster6435 to r/C_Programming
[link] [comments]
Read Entire Article