@samhammer/tiptob 2.3.8 → 2.3.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9746,7 +9746,7 @@ const gd = ne.create({
9746
9746
  }
9747
9747
  });
9748
9748
  function ho(n) {
9749
- const e = [], t = /\{[^{}]*\}/g;
9749
+ const e = [], t = /(\{\{[^{}]*\}\}|\{%\s*[^%]*\s*%\})/g;
9750
9750
  return n.descendants((r, i) => {
9751
9751
  if (!r.isText || !r.text) return !0;
9752
9752
  let o;