Expand C recipes.

This commit is contained in:
Joshua Bemenderfer
2023-02-14 17:20:21 -05:00
parent 7dd718691b
commit 91ca89f158
3 changed files with 78 additions and 6 deletions

View File

@@ -15,5 +15,7 @@ module.exports = async (doc, rootLevel) => {
else node.text = await contentAsText(doc, rootLevel, true)
}
node.text = node.text.trimEnd()
return node
}