macos-defaults/build/docsify/templates/category.md.handlebars
Yann Bertrand 3eb3fa5605
♻️ Normalize templates
- Allow special chars in category name and page title
- Improve HTML image attributes readibility
- Prod: allow double quotes in category and page descriptions
2020-09-26 20:24:54 +02:00

14 lines
285 B
Handlebars

# {{ 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 }}