Table of Contents

Template for JSON Generate Document Demo

Standard patterns from Namespace Templates

This page ID is: @ID@.

This page ID is: playground:jsongendoc_demo:result_caramel.

Show or remove sections

@%$-start(name == Caramel sauce)%
==== Caramel sauce specific section ====
%$end%@

Caramel sauce specific section

@%$-start(Ingredients.chocolate)%
This part is only shown, if [[https://en.wikipedia.org/wiki/Chocolate|chocolate]] is used.
%$end%@

Extract data

==== @%$name%@ ====

Caramel sauce

Type: @%$type%@, sugar: @%$Ingredients.sugar%@.

Type: sweet sauce, sugar: 200 g.

<code javascript>
@%$Ingredients%@
</code>

{"sugar":"200 g","water":"2 spoons","cream":"250 ml"}