Блог пользователя wsaleem

Автор wsaleem, 3 дня назад, По-английски

Codeforces markup like [contest:<contest_ID>] is behaving differently for me in group and personal blogs.

In a personal blog, it ends up as a hyperlink to https://codeforces.net/contest/<contest_ID>. This is desired behavior.

In a group blog, it ends up as a hyperlink to https://codeforces.net/group/<group_ID>/contest/<contest_ID>. This is not desired. In fact, the link is invalid.

The same happens for [problem:problem_ID] and [submission:submission_ID].

This is leading to problems. First, I wrote personal blogs and linked to them in the group. But this clutters the public blogs. Now, I am explicitly hyperlinking in group blogs, e.g., [Codeforces Round 966 (Div. 3)](https://codeforces.net/contest/2000). This is inconvenient.

Is there any way that I can get the desired behavior directly in a group blog?

  • Проголосовать: нравится
  • +10
  • Проголосовать: не нравится

»
40 часов назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

MikeMirzayanov maybe you have some suggestions.