gpt4 book ai didi

yaml - Gatsby JS : How to store an array in a markdown file?

转载 作者:行者123 更新时间:2023-12-03 16:03:54 24 4
gpt4 key购买 nike

假设我的 Gatsby 应用程序中有以下 index.md:

---
title: "Names"
numberOfNames: "3"
---

现在我想在“names”标签下添加一个单独的名字数组,比如“Alex”、“Bill”、“Jack”。

我将如何在 Markdown 文件中表示该数组,以便稍后我可以在我的 .js 文件中对其进行迭代?

最佳答案

frontmatter 使用 yaml 语法。您可以像这样声明一个数组:

names:
- Alex
- Ben
- ...

或者
names: ['Alex', 'Ben', ...]

关于yaml - Gatsby JS : How to store an array in a markdown file?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55463526/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com