The `|-|` sequence of characters is used in Markdown tables to separate the header of the table from the contents, e.g.: ```markdown |Column 1|Column 2| |-|-| |R1C1|R1C2| |R2C1|R2C2| ``` Currently, Fira code applies the `|-` ligature here, resulting in this, which looks entirely wrong: 