|
@@ -829,7 +829,7 @@
|
|
|
Converts one or more arguments of any type to string in the best way possible and prints them to the console.
|
|
|
The following BBCode tags are supported: [code]b[/code], [code]i[/code], [code]u[/code], [code]s[/code], [code]indent[/code], [code]code[/code], [code]url[/code], [code]center[/code], [code]right[/code], [code]color[/code], [code]bgcolor[/code], [code]fgcolor[/code].
|
|
|
Color tags only support the following named colors: [code]black[/code], [code]red[/code], [code]green[/code], [code]yellow[/code], [code]blue[/code], [code]magenta[/code], [code]pink[/code], [code]purple[/code], [code]cyan[/code], [code]white[/code], [code]orange[/code], [code]gray[/code]. Hexadecimal color codes are not supported.
|
|
|
- URL tags only support URLs wrapped by an URL tag, not URLs with a different title.
|
|
|
+ URL tags only support URLs wrapped by a URL tag, not URLs with a different title.
|
|
|
When printing to standard output, the supported subset of BBCode is converted to ANSI escape codes for the terminal emulator to display. Support for ANSI escape codes varies across terminal emulators, especially for italic and strikethrough. In standard output, [code]code[/code] is represented with faint text but without any font change. Unsupported tags are left as-is in standard output.
|
|
|
[codeblocks]
|
|
|
[gdscript]
|