diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2024-02-25 00:44:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-25 00:44:19 +0100 |
commit | 50154a1c2baa63a384a2f42cb5a30688d8b61464 (patch) | |
tree | 41a310771b35c9e4c09cfdec9977b9860665e5a6 | |
parent | c9f0edaf7968e0d586b9b5f5f63187f23108a994 (diff) | |
download | FlightCore-50154a1c2baa63a384a2f42cb5a30688d8b61464.tar.gz FlightCore-50154a1c2baa63a384a2f42cb5a30688d8b61464.zip |
style: Improve release note formatting (#824)
by putting bold inside underline
In the source, the underscores are harder to see if all the text is already underlined
-rw-r--r-- | src-tauri/src/github/release_notes.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src-tauri/src/github/release_notes.rs b/src-tauri/src/github/release_notes.rs index 8858c3d5..e3a14537 100644 --- a/src-tauri/src/github/release_notes.rs +++ b/src-tauri/src/github/release_notes.rs @@ -175,15 +175,15 @@ pub async fn generate_release_note_announcement() -> Result<String, String> { {general_info} -**__Modders:__** +__**Modders:**__ {modders_info} -**__Server hosters:__** +__**Server hosters:**__ {server_hosters_info} -**__Changelog:__** +__**Changelog:**__ ``` {changelog} ``` |