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.me/contest/<contest_ID>
. This is desired behavior.
In a group blog, it ends up as a hyperlink to https://codeforces.me/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.me/contest/2000)
. This is inconvenient.
Is there any way that I can get the desired behavior directly in a group blog?
MikeMirzayanov maybe you have some suggestions.