rougail-output-doc/tests/docs/base/16_5redefine_hidden.adoc
2024-08-05 14:38:59 +02:00

16 lines
215 B
Text

== dictionaries/rougail/00-base.yml
[,yaml]
----
version: '1.1'
variable: no # a variable
----
== dictionaries/rougail/01-redefine.yml
[,yaml]
----
version: '1.1'
variable:
redefine: true
hidden: true
----