rougail-output-doc/tests/docs/base/16_5redefine_hidden.adoc

17 lines
215 B
Text
Raw Normal View History

2024-07-10 21:27:48 +02:00
== 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
----