Wired behavior of parseYaml & stringifyYaml api

Steps to reproduce

Use parseYaml function to parse text:"app://local//Users/alfred/Downloads/Lesson 3(英音)_ Please send me a card - 喜马拉雅.m4a"
Then stringify the obtained object use stringifyYaml function

Expected result

Return to the original string text:"app://local//Users/alfred/Downloads/Lesson 3(英音)_ Please send me a card - 喜马拉雅.m4a"

Actual result

Get a different string with an additional \n inside it.

Environment

  • Operating system: win10
  • Obsidian version: 1.0.3
  • Debug info:

Additional information