13 lines
No EOL
302 B
HTML
13 lines
No EOL
302 B
HTML
<h1>Example with mandatory variables not filled in</h1>
|
|
|
|
<pre>---
|
|
variable2: a # A second variable</pre>
|
|
|
|
<h1>Example with all variables modifiable</h1>
|
|
|
|
<pre>---
|
|
variable1: # A first variable
|
|
- a
|
|
- b
|
|
- c
|
|
variable2: a # A second variable</pre> |