Related to the following Discord thread: https://discord.com/channels/992409023607476224/1085255612939640832
Very often, the YAML front matter includes text that will display on a page, like the following:
title: Hello World 🌎
However, the proper YAML would be:
title: Hello World \U0001F4CD
FM currently adds the non-printable character (like an emoji) to the text, which errors out on build since it is not properly formatted YAML
I can understand that FM would not want to modify an existing file, but there is an opportunity to catch non-printable characters when creating/modifying metadata in the Front Matter rail
Author: @BillRaymond
Related to the following Discord thread: https://discord.com/channels/992409023607476224/1085255612939640832
Very often, the YAML front matter includes text that will display on a page, like the following:
title: Hello World 🌎
However, the proper YAML would be:
title: Hello World \U0001F4CD
FM currently adds the non-printable character (like an emoji) to the text, which errors out on build since it is not properly formatted YAML
I can understand that FM would not want to modify an existing file, but there is an opportunity to catch non-printable characters when creating/modifying metadata in the Front Matter rail
Author: @BillRaymond