metalsmith / markdown

A metalsmith plugin to render markdown files to HTML.
MIT License
63 stars 65 forks source link

Feature: Allow nested 'keys' option + targeting all object items of an array using index placeholder #60

Closed webketje closed 2 years ago

webketje commented 2 years ago

Suppose following front-matter:

---
markdown:
  key: "**test**"
faq:
  - q: "# What is Metalsmith?"
     a: An extremely simple, pluggable static site generator.
  - q: "# Why Metalsmith?"
     a: See homepage
---

It is not possible with the keys option currently: