diff --git a/template/partials/codeTemplate.hbs b/template/partials/codeTemplate.hbs new file mode 100644 index 0000000..d70ffb8 --- /dev/null +++ b/template/partials/codeTemplate.hbs @@ -0,0 +1,6 @@ +{{#if example}} +{{{example.description}}} +{{/if}} +{{#children}} +{{~> codeTemplate}} +{{/children}} \ No newline at end of file diff --git a/template/partials/section.hbs b/template/partials/section.hbs index 70d9959..5d35a75 100644 --- a/template/partials/section.hbs +++ b/template/partials/section.hbs @@ -1,7 +1,7 @@