-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor reference table with expandable info #40
Comments
@peroket could you please drop a sample MD file here for any OPCODE you like with information you would like to see, including h1-h2, code, links, and any other formatting you will find useful. I will then use this as a template for this feature. We will ofc need such pages afterward for each opcode. Thanks 👍🏽 |
Here is an example of what I have in mind. Note that that structure may be a bit flexible, because some instructions will have no error cases or stack input sections, and others may have other sections like stack output and "fun fact", for example
|
👍 this is a good start. I will work on it then and send you a branch for review. |
- Convert opcodes.json reference doc to use hex - Use `next-mdx-remote` and `gray-matter to power markdown with meta - Define markdown doc specific UI components (h1, h2, h3, ul, ol, li, p) - Add a sample 00.mdx doc - Refactor reference table by separating column data and doc rows Closes #40
- Convert opcodes.json reference doc to use hex - Use `next-mdx-remote` and `gray-matter to power markdown with meta - Define markdown doc specific UI components (h1, h2, h3, ul, ol, li, p) - Add a sample 00.mdx doc - Refactor reference table by separating column data and doc rows Closes #40
- Convert opcodes.json reference doc to use hex - Use `next-mdx-remote` and `gray-matter to power markdown with meta - Define markdown doc specific UI components (h1, h2, h3, ul, ol, li, p) - Add a sample 00.mdx doc - Refactor reference table by separating column data and doc rows Closes #40
The text was updated successfully, but these errors were encountered: