Open fluffy-critter opened 2 years ago
The initial extracted paragraph should be processed as Markdown and treated as a single paragraph in the og:description tag
og:description
An entry like:
TItle: foo This is a test of whitespace wrapping
gets an og:description like:
<meta property="og:description" content="This is a test of whitespace wrapping">
1. 2. 3. 4.
This is probably related to #468 somehow
Expected Behavior
The initial extracted paragraph should be processed as Markdown and treated as a single paragraph in the
og:description
tagCurrent Behavior
An entry like:
gets an
og:description
like:Possible Solution
Steps to Reproduce (for bugs)
1. 2. 3. 4.
Context
This is probably related to #468 somehow