Codeforces / polygon-issue-tracking

polygon-issue-tracking
16 stars 2 forks source link

Statement. HTML-version. #449

Open Burunduk1 opened 3 years ago

Burunduk1 commented 3 years ago

Example of part of statement

$a \le 10^6$ % some comment

$\dots$

Expected behavior: new line symbol between lines. HTML-result: no new line. PDF-result: correct.

Currently it can be fixed like

% some comment
$a \le 10^6$) 

$\dots$
KalininN commented 3 years ago

Also, \\ should be rendered as a new line, and currently seems to be ignored in HTML version.