From: Hypolite Petovan Date: Sat, 10 Feb 2024 01:33:42 +0000 (-0500) Subject: Deprecate use of [*] BBCode tag for list items in favor of [li] X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5b5c9ddc74acb1cbc933ec607e0a75d12c61c2e5;p=friendica.git Deprecate use of [*] BBCode tag for list items in favor of [li] - It is conflicting with Markdown syntax --- diff --git a/doc/BBCode.md b/doc/BBCode.md index ea6fa8e2b7..9fb10d8e5f 100644 --- a/doc/BBCode.md +++ b/doc/BBCode.md @@ -376,8 +376,8 @@ code   [li] Second list element
[/ul]
[list]
-  [*] First list element
-  [*] Second list element
+  [li] First list element
+  [li] Second list element
[/list]