Codeforces / polygon-issue-tracking

polygon-issue-tracking
16 stars 2 forks source link

Rendering in HTML and in PDF may yield different results #472

Open alex65536 opened 2 years ago

alex65536 commented 2 years ago

Consider the following line:

\t{+-{}-+-{}-++-++-}

In HTML, it's rendered as

+-{}-+-{}-++-++-

In PDF, it's rendered as

+--+--++-++-

Please, make the rendering in HTML and in PDF compatible.