Facebook描述插入新行或返回

Bra*_*lor 9 share facebook meta-tags

听起来很简单,如何插入下一行或换行符或换行符,如
og:description中的\n或\n.

我需要这条线

<meta property="og:description" content="here goes the description. and here goes the next line"/>
Run Code Online (Sandbox Code Playgroud)

像这样的另一个

<meta property="og:description" content="here goes the description. 
and here goes the next line"/>
Run Code Online (Sandbox Code Playgroud)

任何的想法?

小智 -1

这可能有效。

<meta property="og:description" content="here goes the description. \r\n and here goes the next line"/>
Run Code Online (Sandbox Code Playgroud)