Couscous icon indicating copy to clipboard operation
Couscous copied to clipboard

Support FrontYAML in HTML comments

Open mnapoli opened this issue 10 years ago • 0 comments

Thanks to @Giuseppe-Mazzapica FrontYAML can now use custom separators (https://github.com/mnapoli/FrontYAML/releases/tag/1.4.0), including HTML comments:

<!--
layout: "home"
currentMenu: "welcome"
-->

This needs to be officially supported in Couscous by using the new option, documenting the change, updating the changelog, adding tests probably and updating the version requirement in composer.json.

Couscous should support both --- and HTML comments out of the box.

mnapoli avatar Jan 14 '15 01:01 mnapoli