Story
As a user I want to describe a single .INI file to generate using Markdown.
Location
The syntax should permit to define the location path of the file, be it absolute or relative.
Headings & sections
The syntax should permit to define the headings and sections of the generated .INI files, thus the variables associated to theses headings and sections.
Variables to fill
The syntax should permit to define variables to fill and already filled variables.
It is possible to have these options.
Variable to fill
Filled variable
filled_variable_notEmpty = yyyy
filled_variable_empty =
Comments
The syntax should permit to add:
- comments that would be generated inside the .INI file;
- comments only for the purpose of animagi syntax.
Story
As a user I want to describe a single .INI file to generate using Markdown.
Location
The syntax should permit to define the location path of the file, be it absolute or relative.
Headings & sections
The syntax should permit to define the headings and sections of the generated .INI files, thus the variables associated to theses headings and sections.
Variables to fill
The syntax should permit to define variables to fill and already filled variables.
It is possible to have these options.
Variable to fill
variable_to_fill =Filled variable
Comments
The syntax should permit to add: