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
Title is now read from the markdown file, overrides file name. Also adds the whole parsed markdown object to the pattern
Title in md-files Front Matter is now working as the documentation claims. The whole parsed md-file is now stored in currentPattern.allMarkdown. All Front Matter keys, can be accessed in the patternSection.mustache with
<h3 class="pl-preamble">{{ allMarkdown.preamble }}</h3>
0 commit comments