You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've all seen wonky ascii diagrams like this and assumed LLMs aren't counting the character columns correctly when generating them:
That's partly true. But when I went to edit the diagram by hand I found that I couldn't make the lines align.
In fact if I navigate the cursor up and down across the lines it takes a zig-zag path!
This is not supposed to happen with a monospaced font!
The issue appears to be the "Monaspace Neon" font that GitHub are using is not behaving as monospaced. After editing the CSS to get an actual monospaced font the chars align in true columns and I was able to edit the diagram into shape. But unfortunately after saving it still renders as per the screenshot at the top - yes, that's the 'fixed' version as rendered in Monaspace Neon.
See this video:
Screen.Recording.2026-04-08.at.17.26.51.mov
Non-fixed-width columns seems like a serious flaw for something supposed to be a monospace font?
We've all seen wonky ascii diagrams like this and assumed LLMs aren't counting the character columns correctly when generating them:
That's partly true. But when I went to edit the diagram by hand I found that I couldn't make the lines align.
In fact if I navigate the cursor up and down across the lines it takes a zig-zag path!
This is not supposed to happen with a monospaced font!
The issue appears to be the "Monaspace Neon" font that GitHub are using is not behaving as monospaced. After editing the CSS to get an actual monospaced font the chars align in true columns and I was able to edit the diagram into shape. But unfortunately after saving it still renders as per the screenshot at the top - yes, that's the 'fixed' version as rendered in Monaspace Neon.
See this video:
Screen.Recording.2026-04-08.at.17.26.51.mov
Non-fixed-width columns seems like a serious flaw for something supposed to be a monospace font?