1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-07-29 14:01:15 +03:00

Add emphasis to all UI element references in documentation

UI element label text mentions intermingled with prose text in documentation can harm readability, especially when
skimming. For this reason, I think it is helpful to add formatting to clearly distinguish this text visually.
This commit is contained in:
per1234
2021-05-25 07:56:19 -07:00
parent 4f1c13febb
commit ae111856ee
2 changed files with 5 additions and 5 deletions

2
FAQ.md
View File

@ -183,7 +183,7 @@ Library Manager installs libraries into your sketchbook's `libraries` folder. Si
#### Arduino IDE 2.x
Hover the mouse pointer over the "INSTALLED" label on the library listing in Library Manager. It will now change to "UNINSTALL", which you can click to uninstall that library.
Hover the mouse pointer over the <kbd>INSTALLED</kbd> label on the library listing in Library Manager. It will now change to <kbd>UNINSTALL</kbd>, which you can click to uninstall that library.
#### Classic Arduino IDE