mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-08 09:34:16 +00:00
Merge pull request #1266 from pproe/use_http_client_2
This commit is contained in:
commit
1d615cc629
|
@ -43,7 +43,10 @@ export class HtmlTags extends Component<HtmlTagsProps, any> {
|
|||
<meta
|
||||
key={n}
|
||||
name={n}
|
||||
content={htmlToText(md.renderInline(desc))}
|
||||
content={htmlToText(md.renderInline(desc), {
|
||||
wordwrap: false,
|
||||
preserveNewlines: true,
|
||||
})}
|
||||
/>
|
||||
)
|
||||
)}
|
||||
|
|
Loading…
Reference in a new issue