Sha256: 8a1d8faf9e8bc61e74ea99249a36ce9cb9eb782dbb9b7e640bd89742893d557a

Contents?: true

Size: 1.14 KB

Versions: 45

Compression:

Stored size: 1.14 KB

Contents

* [ ] benchmarks
* [ ] browser tests
* [ ] streaming support
* [ ] custom parsers
* [ ] rename attributes?
* [ ] sauce labs browser badge
* [ ] should the yaml parser be separate?
* [ ] Add benchmark results to the README
* [ ] Add a note about size to the README
* [ ] Add standard

* [ ] Add notes for collaborators about publishing

Should we create an org for static site authors?

https://github.com/juliangruber/balanced-match/blob/master/index.js

* [ ] streaming support?
* [ ] Since the name of this package is very generic, it would be nice to be able to specify a separators and parsers. For example, parse front-matter as CSON when a *** separator is used:

***
title: 'Hello'
greatDocumentaries: [
    'earthlings.com'
    'forksoverknives.com'
    'cowspiracy.com'
]
***

* [ ] Something like below will break front-matter. It thinks the content between the horizontal lines is metadata.

# hello world

this is a markdown document

---

some text here

---

foo
This can be avoided by declaring an empty metadata, but maybe a proper fix is to only look for metadata in the beginning of the file.

---
---

etc

* [ ] browser tests

# Hello world!

Version data entries

45 entries across 45 versions & 2 rubygems

Version Path
govuk_publishing_components-18.0.0 node_modules/front-matter/notes.md
govuk_publishing_components-17.21.0 node_modules/front-matter/notes.md
govuk_publishing_components-17.20.0 node_modules/front-matter/notes.md
govuk_publishing_components-17.19.1 node_modules/front-matter/notes.md
govuk_publishing_components-17.19.0 node_modules/front-matter/notes.md
govuk_publishing_components-17.18.0 node_modules/front-matter/notes.md
govuk_publishing_components-17.17.0 node_modules/front-matter/notes.md
govuk_publishing_components-17.16.0 node_modules/front-matter/notes.md
govuk_publishing_components-17.15.0 node_modules/front-matter/notes.md
govuk_publishing_components-17.14.0 node_modules/front-matter/notes.md
govuk_publishing_components-17.13.0 node_modules/front-matter/notes.md
govuk_publishing_components-17.12.2 node_modules/front-matter/notes.md
govuk_publishing_components-17.12.1 node_modules/front-matter/notes.md
govuk_publishing_components-17.12.0 node_modules/front-matter/notes.md
govuk_publishing_components-17.11.0 node_modules/front-matter/notes.md
govuk_publishing_components-17.10.0 node_modules/front-matter/notes.md
govuk_publishing_components-17.9.0 node_modules/front-matter/notes.md
govuk_publishing_components-17.8.0 node_modules/front-matter/notes.md
govuk_publishing_components-17.7.0 node_modules/front-matter/notes.md
govuk_publishing_components-17.6.1 node_modules/front-matter/notes.md