<<<<<<<, =======, and >>>>>>> are used as a syntax in conflit files on git.
class Viewer
{
public string Font =>
<<<<<<< HEAD:src/Viewer.cs
"Fira Code";
=======
"Fira Mono";
>>>>>>> base-branch:src/Viewer.cs
}
Any suggestion how those might look?
Here are my proposals.


I like proposals 3 and 2
+1 for 3
I like 2 and 4 personally, but wouldn't be upset with any of them.
I like 2 and 4
Only problem I see would be a conflict with markdown?
Header!
=======
@miniBill Yes, you are right.
However, the same applies to == and ===.
H1
==
H1!
===
Most helpful comment
I like 2 and 4 personally, but wouldn't be upset with any of them.