Evan Zhang
Evan Zhang
When we have a nested `span`: ``` test ``` The expected text should be: ``` test ``` However, we get: ``` test ``` For problem descriptions, this happens both with...
Supercedes #1495. Refs #1493.
Part of #2035. Before:  After: 
https://dmoj.ca/organization/96-dmpg-18/users?page=2 Rank numbering should continue from the previous page, not reset back to 1 on each page.
Part of #2322.
The database schema generated through the migrations do not support FTS. The indexes must be created manually: ```sql ALTER TABLE judge_problem ADD FULLTEXT(code, name, description); ```