Skip to content
#

netlify

Here are 2,594 public repositories matching this topic...

donaldtone
donaldtone commented Mar 3, 2019

options.delimiters
Type: String
Default: ---

Open and close delimiters can be passed in as an array of strings.

Example:

// format delims as a string
matter.read('file.md', {delims: '~~~'});
// or an array (open/close)
matter.read('file.md', {delims: ['~~~', '~~~']});

the example is wrong.
it should use delimiters instead of delims.

like that:

Example:

/

Improve this page

Add a description, image, and links to the netlify topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the netlify topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.