GitHub does some syntax highlighting when rendering commit messages, we should match its behavior whenever a user is typing into a commit textarea. <img width="422" height="139" alt="Image" src="https://github.com/user-attachments/assets/de219a6d-4727-48bf-ad8c-45ecc688ed74" /> Hardest part is just that GitHub uses a monospace font, different than all of the other textareas we are enhancing. If we finish - #99 then implementing this would be pretty easy. Some important fact-finding we need to do first: what aspects of markdown does GitHub render?