FrodeSolheim / fs-uae

Cross-platform Amiga emulator with a slight focus on gaming, but also with solid support for productivity apps including just-in-time (JIT) compilation.
https://fs-uae.net/
GNU General Public License v2.0
460 stars 91 forks source link

HTML of tables in keyboard-mapping.md is wrong #311

Open fubar-coder opened 1 year ago

fubar-coder commented 1 year ago

The tables aren't rendered correctly: https://fs-uae.net/docs/keyboard-mapping

I assume that the reason is the difference in table columns between the key rows and the spacer rows.

| NP_MUL       | `action_key_mul`          | KP_MULTIPLY                     |
| -            |                           |

As you can see, the | at the end of the spacer row seems to be missing.