[Added]: Forum Inline Code Tags
Posted: Thu Apr 03, 2025 5:42 am
You can now format inline code in the nuBuilder forums using the BBCode
This is perfect for highlighting short bits of code within a sentence without breaking the flow.
Usage
➡ Output:
When to Use:
- Use the new c-tag for short code snippets inside text.
Example: To open a form, call
- Use the code-tag for longer blocks of code that need separate formatting.
Code: Select all
[c]...[/c]
Usage
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.