mojira / mojira-discord-bot

🎮 A Discord bot for linking to and providing information about Mojira tickets
https://discord.gg/rpCyfKV
GNU General Public License v3.0
19 stars 9 forks source link

Superfluous jira to markdown conversion for italics #276

Closed violine1101 closed 1 year ago

violine1101 commented 1 year ago

The Bug

Currently it converts _italics_ to *italics*, but this is not necessary because Discord supports both underscore and asterisk for italics formatting.

Example

Embed for https://bugs.mojang.com/browse/MC-260579

Notes

Should be a simple fix in https://github.com/mojira/mojira-discord-bot/blob/master/src/util/MarkdownUtil.ts

However, it might be a good idea to revise jira markdown parsing / conversion again - there have been some updates upstream which we might want to apply.

violine1101 commented 1 year ago

Actually, this should be fixed by #273.