From 67443e853de53562fc8d85a9655324e246ef22ba Mon Sep 17 00:00:00 2001 From: Qube Date: Sat, 21 Jul 2018 11:25:30 +0700 Subject: Add jquery ui mobile support + bbcode description in guide. --- webAO/client.html | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'webAO/client.html') diff --git a/webAO/client.html b/webAO/client.html index 88a9f9b..9ec1970 100644 --- a/webAO/client.html +++ b/webAO/client.html @@ -12,6 +12,7 @@ + @@ -211,7 +212,22 @@ - + + + BBcode * Only work on webAO +
    +
  1. \n : new line
  2. +
  3. [b][/b] : bolded text
  4. +
  5. [i][/i] : italicized text
  6. +
  7. [u][/u] : underlined text
  8. +
  9. [s][/s] : strikethrough text
  10. +
  11. [sub][/sub] : subscript text
  12. +
  13. [sup][/sup] : superscript text
  14. +
  15. [m=#0f0][/m] : highlighted text
  16. +
  17. [c=cyan][/c] : colorized text
  18. +
+
+
-- cgit