{%- assign companies = site.data.companies | where: 'category', include.section %} {%- for entry in companies %}
  • {%- if entry.url -%} {%- endif -%} {{ entry.name -}} {%- if entry.url -%} {%- endif -%} : {{ entry.description | markdownify | remove: '

    ' | remove: '

    ' }}
  • {% endfor %}