You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Pattern Lab Node v2.1.1 on Mac, with Node v6.3.0, using the Gulp Edition.
Expected Behavior
If there is a title but no description in the pattern markdown file, PL should not show a description.
Actual Behavior
When there is a title in the markdown file, but no description, and no additional line breaks after the --- delimiter, PL pulls the full text of the file and renders it in the description field.
Steps to Reproduce
Edit pattern markdown file to include
---
Title: Sample Title
---
with no following line breaks.
The text was updated successfully, but these errors were encountered:
I am using Pattern Lab Node
v2.1.1
onMac
, with Nodev6.3.0
, using theGulp
Edition.Expected Behavior
If there is a title but no description in the pattern markdown file, PL should not show a description.
Actual Behavior
When there is a title in the markdown file, but no description, and no additional line breaks after the
---
delimiter, PL pulls the full text of the file and renders it in the description field.Steps to Reproduce
Edit pattern markdown file to include
with no following line breaks.
The text was updated successfully, but these errors were encountered: