strip_newlines v1.9.1 移除字符串中的换行符。 输入 123456{% capture string_with_newlines %}Hellothere{% endcapture %}{{ string_with_newlines | strip_newlines }} 输出 12Hellothere