Skip to content
Snippets Groups Projects
Select Git revision
  • 3be0dc061a1b3a84a5b0005511b7e8d207a39e11
  • main default protected
2 results

V0_Audio_Data_2021.csv

Blame
  • figure 425 B
    <figure class="{{ include.class }}">
      <img src=
        {% if include.image_path contains "://" %}
          "{{ include.image_path }}"
        {% else %}
          "{{ include.image_path | relative_url }}"
        {% endif %}
        alt="{% if include.alt %}{{ include.alt }}{% endif %}">
      {% if include.caption %}
        <figcaption>
          {{ include.caption | markdownify | remove: "<p>" | remove: "</p>" }}
        </figcaption>{% endif %}</figure>