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 e6fc96a commit ab95fd6Copy full SHA for ab95fd6
builder/list_item_hunter.js
@@ -68,7 +68,7 @@
68
for(var j = 0; j < foundPartials.length; j++){
69
70
//get the partial
71
- var partialName = foundPartials[j].match(/([a-z-]+)/ig)[0];
+ var partialName = foundPartials[j].match(/([\w\-\.\/~]+)/g)[0];
72
var partialPattern = pattern_assembler.get_pattern_by_key(partialName, patternlab);
73
74
//replace its reference within the block with the extended template
0 commit comments