Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 815 Bytes

File metadata and controls

24 lines (21 loc) · 815 Bytes
title UnderScript

Setup

UnderScript is not supported on mobile devices

![Install UnderScript](/assets/features/installscript.png)

Features

    {% assign features = site.features | sort: "date" %} {% for feature in features %}
  • {% if feature.deprecated %}{% endif %}{{ feature.title }}{% if feature.deprecated %}{% endif %} {% if feature.banner %}{% assign banner = site.static_files | where: "name", feature.banner | first %} {% if banner %}
    {% endif %}{% endif %}
  • {% endfor %}