Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aleclarson/nomatter

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

frontmatter yaml

Last synced: 19 days 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)
```