with builtins; with import ./utils.nix; let showExperimentalFeature = name: doc: squash '' - [`${name}`](#xp-feature-${name}) ${indent " " doc} ''; in xps: indent " " (concatStringsSep "\n" (attrValues (mapAttrs showExperimentalFeature xps)))