10 lines
266 B
Text
10 lines
266 B
Text
== Example with all variables modifiable
|
|
|
|
[,yaml]
|
|
----
|
|
---
|
|
rougail: # Rougail
|
|
bool: false # A boolean variable
|
|
int1: 2 # First integer variable
|
|
int2: 3 # Second integer variable
|
|
----
|