gray-matter single quote test

node v10.24.1
version: 1.0.0
endpointsharetweet
const matter = require('gray-matter') const page = `--- intro: If you're setting up a custom domain --- I am the body ` console.log(matter.stringify(matter(page)))
Loading…

no comments

    sign in to comment