From 7b83dad2ab1e92f995bcc77451f820b044544208 Mon Sep 17 00:00:00 2001 From: The Tumultuous Unicorn Of Darkness Date: Sun, 1 Dec 2024 13:57:46 +0100 Subject: [PATCH] Switch to Alerts extension in Markdown --- CONTRIBUTING.md | 6 ++++-- README.md | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 89a3459f..f734011b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -55,7 +55,8 @@ The file structure in the `src` directory is the following: ### Add new labels Adding new labels to CPU-X is a little bit complex, but don't worry: this sub-section explains how to achieve that. -:warning: Note: this guide does not explain how to add a new tab. +> [!NOTE] +> This guide does not explain how to add a new tab. **1. In core** @@ -68,7 +69,8 @@ Adding new labels to CPU-X is a little bit complex, but don't worry: this sub-se ```c data.system.os.kernel.value = "XXX"; ``` - :bulb: `fill_labels()` and `do_refresh()` are the calling functions. + > [!TIP] + > `fill_labels()` and `do_refresh()` are the calling functions. - Finally, in `data.cpp` file, print the label in the appropriate `operator<<` overload. **2. In NCurses TUI** diff --git a/README.md b/README.md index bc231934..589901f1 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,8 @@ CPU-X is a system profiling and monitoring application (similar to [CPU-Z for Wi This software is written in C++ and built with [CMake](https://www.cmake.org/) tool. It can be used in graphical mode by using GTK or in text-based mode by using NCurses. A dump mode is present from command line. -**:warning: There are no milestones for this project, read [this announcement](https://github.com/TheTumultuousUnicornOfDarkness/CPU-X/wiki/future-of-project) for more details.** +> [!IMPORTANT] +> There are no milestones for this project, read [this announcement](https://github.com/TheTumultuousUnicornOfDarkness/CPU-X/wiki/future-of-project) for more details. *** @@ -123,7 +124,8 @@ More informations are available on Wiki, like screenshots, troubleshooting and t ## Bugs/Improvements/Request features Please [open a new issue](https://github.com/TheTumultuousUnicornOfDarkness/CPU-X/issues/new/choose) and fill the appropriate template. Note that text between `` is not displayed. -:warning: **Incomplete reports may be closed without justification.** +> [!WARNING] +> Incomplete reports may be closed without justification. ## Translate CPU-X