macos-defaults/build/docsify/templates/category.md.handlebars

13 lines
283 B
Handlebars
Raw Normal View History

# {{ name }}
{{# image }}
<img src="./{{ ../folder }}-{{ filename }}" alt="A screenshot of the {{ ../name }}" width="{{ width }}" height="{{ height }}"
style="height: auto" />
{{/ image }}
> {{{ description }}}
{{# keys }}
- [{{ title }}]({{ ../folder }}/{{ key }})
{{/ keys }}