docs: Update alerts in READMEs to GFM format

For details, see https://github.com/orgs/community/discussions/16925
This commit is contained in:
kirill.chalov
2024-05-06 15:18:55 +08:00
parent ade6a5ec07
commit 6cefbfd395
3 changed files with 3 additions and 6 deletions
+1 -2
View File
@@ -5,8 +5,7 @@
(For general overview of examples and their usage, see the [README](../../README.md) file in the upper level `examples` directory.)
> **Note**:
>
> [!NOTE]
> After you click any link to [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/index.html), go to the top of the sidebar, then make sure you have the appropriate **Espressif chip** (target) and **ESP-IDF version** selected in the dropdown menus.
This example shows how to use the [ESP Timer](https://docs.espressif.com/projects/esp-idf/en/latest/api-reference/system/esp_timer.html) feature to create timers and execute callback functions. On the linked page, you will find detailed information about the feature as well as the functions and procedures used in this example.