Page Heading / H1

Nesting of conditions can be achieved by adding objects in the conditions array following the same structure. i.e. {"conditions": [], "operator": ""}

Section Heading / H2

A Sift is an isomorphic Javascript application that creates a micro-service on top of your email account(s). The Redsift platform creates a sandbox for your Sift to deal with the activities of processing and presenting data. Processing of the data typically happens in an environment you may notionally consider a backend and presentation occurs as expected in a frontend. Both environments are Javascript enabled, the backend running your process in what is essentially a NodeJS host and the frontend executing in a combination of WebWorkers and normal javascript execution threads. There are some limitations around data access and restrictions on the process by design.

      // Workaround for https://github.com/gulpjs/gulp/issues/71
      var origSrc = gulp.src;
      gulp.src = function () {
        return fixPipe(origSrc.apply(this, arguments));
      };
      function fixPipe(stream) {
        var origPipe = stream.pipe;
        stream.pipe = function (dest) {
          arguments[0] = dest.on('error', function (error) {
            var nextStreams = dest._nextStreams;
            if (nextStreams) {
              nextStreams.forEach(function (nextStream) {
                nextStream.emit('error', error);
              });
            } else if (dest.listeners('error').length === 1) {
              throw error;
            }
          });
          var nextStream = fixPipe(origPipe.apply(this, arguments));
          (this._nextStreams || (this._nextStreams = [])).push(nextStream);
          return nextStream;
        };
        return stream;
      }
      
      

Sub Heading / H3

"The Babel fish is small, yellow, leech-like, and probably the oddest thing in the universe. It feeds on brain wave energy, absorbing all unconscious frequencies and then excreting telepathically a matrix formed from the conscious frequencies and nerve signals picked up from the speech centres of the brain, the practical upshot of which is that if you stick one in your ear, you can instantly understand anything said to you in any form of language: the speech you hear decodes the brain wave matrix."

Copyright Example 2001

Sub Sub Heading / H4

This is a standard text with a link.
Lorem ipsum dolor sit amet, est audiam liberavisse eu, eos congue delicata te, alia tincidunt maiestatis sit no. Te per viris comprehensam, cu nisl delenit perpetua nam, pri vitae nemore nostrum ut. Ne mei wisi patrioque, nam fuisset deterruisset ex. Quo an utamur labores percipit, no movet singulis mei.

Sub Sub Sub Heading / H5
Lorem ipsum dolor sit amet, est audiam liberavisse eu, eos congue delicata te, alia tincidunt maiestatis sit no. Te per viris comprehensam, cu nisl delenit perpetua nam, pri vitae nemore nostrum ut. Ne mei wisi patrioque, nam fuisset deterruisset ex. Quo an utamur labores percipit, no movet singulis mei.