Output
Show Optional Fields
Regular text:
The database name is %%database%%.
Inline code:
The environment is %%env%%
.
Preformated:
<div style="color: green;">const database = "%%database%%";</div>
<div style="color: blue;">const env = "%%env%%";</div>
<div style="color: orange;">const logs_enabled = "%%logs_enabled%%";</div>
Code block:
<div style="color: green;">const database = "%%database%%";</div>
<div style="color: blue;">const env = "%%env%%";</div>
<div style="color: orange;">const logs_enabled = "%%logs_enabled%%";</div>