give code name to graphics, e.g. g00.png, h01.png, etc
look in "Adding Articles" source code how I added path to images
Formatting of Tables
split into G Codes and M Codes Tables
Only two columns: Code + Explanation
No need column Machine Type
Merge Explanation + Format + Example
Use straight forward markdown. See example
style table nicely with your style
Example of Finished Table
G-code
Explanation
Go rapidly (with maximum traverse rate) to the X/Y/Z position. This code is used for position and not for actual machining. Format: G00 [X#][Y#][Z#] Example: G00 Z100
Travel in a straight line using the programmed feed rate (F). This code is used for machining. Format: G01 [X#][Y#][Z#][F#] Example: G01 X2.5 Y4.1 F200
Tasks
List of all primitives
G Code
M Code
Specs Creating Table
Example of Finished Table
Format: G00 [X#][Y#][Z#]
Example: G00 Z100
Format: G01 [X#][Y#][Z#][F#]
Example: G01 X2.5 Y4.1 F200
Reference