We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 445a14e commit cefce0dCopy full SHA for cefce0d
core/lib/pattern_assembler.js
@@ -166,11 +166,9 @@ var pattern_assembler = function () {
166
currentPattern.patternDescExists = true;
167
currentPattern.patternDesc = markdownObject.markdown;
168
169
-
170
//Add all markdown to the currentPattern, including frontmatter
171
currentPattern.allMarkdown = markdownObject;
172
173
174
//consider looping through all keys eventually. would need to blacklist some properties and whitelist others
175
if (markdownObject.state) {
176
currentPattern.patternState = markdownObject.state;
0 commit comments