metalsmith / excerpts

A Metalsmith plugin to extract an excerpt from HTML files.
MIT License
24 stars 26 forks source link

Multiple formats #32

Closed ericlathrop closed 3 years ago

ericlathrop commented 3 years ago

Allow outputting of the excerpt in both html and text formats by passing a multipleFormats: true option to the plugin. Excerpt will look like { html: '...', text: '...' }

woodyrew commented 3 years ago

@ericlathrop Thanks for the PR.

woodyrew commented 3 years ago

In https://github.com/segmentio/metalsmith-excerpts/releases/tag/v1.4.0