An open API service indexing awesome lists of open source software.

https://github.com/aleclarson/nomatter

Remove YAML front matter from a string. No dependencies.
https://github.com/aleclarson/nomatter

frontmatter yaml

Last synced: 2 months ago
JSON representation

Remove YAML front matter from a string. No dependencies.

Awesome Lists containing this project

README

          

# nomatter

Remove YAML front matter from a string. No dependencies.

```ts
import nm from 'nomatter'

content = nm(content)
```