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
I'm not aware of an easy fix for the vertical line of '+' that you have. '+' is a line character, so any line of them will be turned into a line. You could replace it with '+' (the unicode fullwidth plus sign, U+FF0B) I guess, which won't be recognized. As a fullwidth character in a monospace font, it should render identically.
The '*' will be a bullet if it is on its own. Replacing it with a different character throughout might be an easy fix for that as well. '*' (U+FF0A) is an option there, again.
There are two SVG rendering glitches:
Note the vertical bar to the left of ClientHello
Note that the * has been converted into a bullet.
@martinthomson I can investigate these but I thought you might know an easy fix.
The text was updated successfully, but these errors were encountered: