Can someone fix the markdown behaviour in ask.fpo?
Markdown behaviour in ask.fedora is rather annoying: To set text in italics you can either use *
or _
before and after the text . The problem is that _
is a very common character in URL links, and since ask.fpo interprets the character for formatting, the links are not displayed correctly, including very common links to bugzilla.redhat, docs.fpo and ask.fpo itself that all use _
somewhere in the link.
Why would you need to ways (*
and _
) to achieve the same thing?
Can someone fix this?