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

15 lines
285 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 }}