diff --git a/index.ts b/index.ts index e4ce2d9..fdd7192 100644 --- a/index.ts +++ b/index.ts @@ -177,6 +177,13 @@ ${result.body.samples[section.sampleId].outputData} \`\`\` `; + if (section.text) { + content += ` + +${section.text} + +`; + } } else { content += '## ' + section.sectionTitle + '\n'; content += '\n' + section.text + '\n\n';