jkomoros / boardgame

An in-progress framework in golang to easily build boardgame Progressive Web Apps
Apache License 2.0
31 stars 4 forks source link

Add language identifiers to markdown code blocks #784

Closed andygeorge closed 1 year ago

andygeorge commented 1 year ago

This adds language identifiers to the relevant markdown code blocks in a few files, mostly go, sh, and html, to display syntax coloring.

I also updated the example renderer folder structure using output from the tree command.