供参考,我通过 JS 在加载时重写 HTML 来绕过此问题,但这并不理想,因为主题的更新不会反映出来:
$(".category-list tr[data-category-id='5'] .category-description").html('Lorem Ipsum<ul><li>项目 1</li><li>项目 2</li></ul>');
我还找到了另一个提出相同问题的主题:https://meta.discourse.org/t/how-to-show-more-than-one-line-of-the-category-description-when-viewing-from-parent-category/133593