Expand C recipes.
This commit is contained in:
@@ -15,5 +15,7 @@ module.exports = async (doc, rootLevel) => {
|
||||
else node.text = await contentAsText(doc, rootLevel, true)
|
||||
}
|
||||
|
||||
node.text = node.text.trimEnd()
|
||||
|
||||
return node
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user