posthtml-modules
posthtml-modules copied to clipboard
Default content when is emtpy
trafficstars
Would be possible to add a default content when it's not provided?
I think here in the code:
const content = tree.match(match('content'), () => {
// Other conditions when node.content is not empty
return node.content || '';
});