meganesu / generate-gb-opcodes

A helper project to dynamically generate the opcodes for each Game Boy CPU instruction mnemonic
https://meganesu.github.io/generate-gb-opcodes/
42 stars 9 forks source link

[Refactor] Use MDX for descriptions #23

Open meganesu opened 4 years ago

meganesu commented 4 years ago

Currently, instruction descriptions are hard-coded in HTML. This issue should handle converting all of these descriptions to be written in Markdown instead, using MDX.

https://mdxjs.com/getting-started

Open Question: Is it possible to inject variables into a .mdx file?