From 4e930db750c391dda5c6834e0db8b50df4ad0f4f Mon Sep 17 00:00:00 2001 From: Evgeny Date: Sun, 19 May 2024 17:22:53 +0400 Subject: [PATCH] README: add note about html formatting --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 55a8a76..e245ae8 100644 --- a/README.md +++ b/README.md @@ -175,6 +175,8 @@ First line
Second line You can also use Markdown markup. To do this, add the prefix `%%mkd%%` to the beginning of the line. Or you can disable the formatting completely with the prefix `%%txt%%`. +_Keep in mind: HTML formatting and icons will not work if you use the second parameter in `ui:show_lines()`._ + ### Icons You can insert FontAwesome icons inside the text, to do this use this syntax: `%%fa:ICON_NAME%%. For example: @@ -183,7 +185,9 @@ You can insert FontAwesome icons inside the text, to do this use this syntax: `% ui:show_text("This is the text with icons %%fa:face-smile%% %%fa:poo%% and styles") ``` -The `ui:show_buttons()` function supports Fontawesome icons. Simply specify `fa:icon_name` as the button name, for example: `fa:play`. (Note: AIO only supports icons up to Fontawesome 6.3.0.) +The `ui:show_buttons()` function supports Fontawesome icons. Simply specify `fa:icon_name` as the button name, for example: `fa:play`. + +_Note: AIO only supports icons up to Fontawesome 6.3.0._ ## Dialogs