Obsidian local REST API 获取文本错误

使用标头为 text/markdown 回去的内容如下,为一串数字

{
  "type": "Buffer",
  "data": [
    49,
    49,
    49,
    49,
    49,
    49,
    49,
    49,
    49,
    10,
    35,
    32,
    84,
    104,
    105,
    115,
    32,
    105,
    115,
    32,
    109,
    121,
    32,
    100,
    111,
    99,
    117,
    109,
    101,
    110,
    116,
    10,
    10,
    115,
    111,
    109,
    101,
    116,
    104,
    105,
    110,
    103,
    32,
    101,
    108,
    115,
    101,
    32,
    104,
    101,
    114,
    101,
    10
  ]
}

使用标头为 application/vnd.olrapi.note+json 则可以正常获取文本,不过需要json提取一下

请问 text/markdown 获取的api是不是有问题了?