mustache / spec

The Mustache spec.
MIT License
364 stars 71 forks source link

Custom Section Delimiters #104

Closed gforceg closed 10 months ago

gforceg commented 6 years ago

A section begins with a pound and ends with a slash.

I'd like to use section tags in filenames but my file system won't allow me to include the / character in a filename. Would you be open to modifying the spec to allow custom section delimiters similar to the Set Delimiters functionality?

Currently string replacement before rendering is a trivial work around, but I think this would be a nice feature.

Thanks!