当 PDF 被单框化时,URL 用于确定单框内容(参见 https://meta.discourse.org/t/oneboxing-of-pdfs-and-other-attachments/55972)。URL 似乎被用作内容的基础。
然而,URL 中的特殊字符似乎未被正确转换。
例如,URL https://documentation.invantive.com/2017R2/exact-online/Exact%20Online%20API%20Data%20Model.pdf 会导致单框中包含“%20”:
我建议将转义字符重新转换为其原始字符,例如在此情况下为“Exact Online API Data Model.pdf”。
