dnozay's profile - activity
10 years ago | answered a question | Email subscription in plain text with markdown discussed this a bit at: ask.fedoraproject.org/en/question/55354/email-subscription-in-plain-text/ I checked the RSS feed, and it looks like legit markdown. so maybe it's just the emails.
If you were going that route I would suggest to have footer notes e.g. This is some email content with [some text][1].
Please check [your answer][2] or visit [your profile][3].
Links:
[1]: http://...
[2]: https://...
[3]: https://...
... rather than inline links. |
10 years ago | asked a question | karma calculation is wrong. see ask.fedoraproject.org/en/question/55449/karma-calculation-is-wrong/ which I will update once I get enough karma to upload pics. I think it is related to accepted answers. |
10 years ago | answered a question | mark tags as aliases note: karma=1 is too low to post links - will fix later. I looked at the code for askbot and this is referred to as a tag synonym:
This questions also covers synonyms a bit:
Different approaches are possible (ranked in order of complexity):
Things I saw were missing:
|
10 years ago | commented answer | Who pre-sets the tags - admin or users? updated link: `https://api.stackexchange.com/docs/synonyms-by-tags` |