File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -39,11 +39,14 @@ as `DataProvider` providing data to the freemarker template markup.
39
39
- [ ] Create a negative test using ` shouldNotRender `
40
40
41
41
42
- ## Report Section YAML (example)
42
+ ## YAML Example
43
43
44
44
This provides an example with information about how a report section can be defined in ` YAML ` .
45
45
[ Freemarker syntax] ( https://freemarker.apache.org/docs/ref.html ) can be used to render the asciidoctor code.
46
46
47
+ <details >
48
+ <summary >Report Section YAML (example)</summary >
49
+
47
50
```` yaml
48
51
- title : Add the title from Release Notes section
49
52
helper : fully qualified name of the Helper class
@@ -95,5 +98,6 @@ This provides an example with information about how a report section can be defi
95
98
- Displayed Name[@GitHubName]
96
99
` ` ` `
97
100
101
+ </details>
98
102
99
103
# # Additional Resources & Information
You can’t perform that action at this time.
0 commit comments