Fix example.js link

This commit is contained in:
Will Boyd
2024-02-24 14:36:26 -05:00
parent 924a9553e9
commit 491ca0151f
+1 -1
View File
@@ -18,6 +18,6 @@ Keeping the wizard as short as possible is a priority. Pull requests that add op
Similarly, default frontmatter output is limited to just a few widely used fields to avoid bloat. However, you may add new optional frontmatter fields.
To do so, follow the instructions in [/src/frontmatter/example.js](https://github.com/lonekorean/wordpress-export-to-markdown/tree/master/src/frontmatterexample.js).
To do so, follow the instructions in [/src/frontmatter/example.js](https://github.com/lonekorean/wordpress-export-to-markdown/blob/master/src/frontmatter/example.js).
Users will be able to include your new frontmatter field by editing `frontmatter_fields` in [settings.js](https://github.com/lonekorean/wordpress-export-to-markdown/blob/master/src/settings.js).