Page 1 of 1

[Added]: Forum Inline Code Tags

Posted: Thu Apr 03, 2025 5:42 am
by admin
You can now format inline code in the nuBuilder forums using the BBCode

Code: Select all

[c]...[/c]
This is perfect for highlighting short bits of code within a sentence without breaking the flow.

Usage
code_tag.png

Code: Select all

[c]nuDebug('hello');[/c]


➡ Output: nuDebug('hello');

When to Use:
- Use the new c-tag for short code snippets inside text.
Example: To open a form, call nuForm('62d91e8f4adbbc7', '-1', '', '', '1');
- Use the code-tag for longer blocks of code that need separate formatting.