swarm/app/doc
Karl Ostmo f3a15c69c5
remove pandoc dependency from main game (#2084)
Closes #2083

Rendering a matrix of command attributes was originally implemented in #1658.  But this generated the data to drive the table at runtime, which pulled in an unfortunate Pandoc dependency.

To work around this, let's just pre-generate the data offline.

# Demo

1. `scripts/play.sh`
2. Visit http://localhost:5357/command-matrix.html
2024-07-30 00:57:36 +00:00
..
Main.hs remove pandoc dependency from main game (#2084) 2024-07-30 00:57:36 +00:00