最佳答案
是否有可能在 CSS content
属性中使用 新线字符来强制换行? 比如:
figcaption:before
{
content: 'Figure \n' + attr(title);
}