Currently token placeholders allow only [a-z_-] chars, 2 issues with this:
in some rare cases it might be a need to specify any token name
it is not possible to use "-" or "" after a token name - for example in this template: `@date@time- here 1st token is "date_" and no way to place_` without an additional space after token's placeholder
Both these issues may be fixed by introducing an alternative placeholder's format (similar to .NET MVC Razor):
Currently token placeholders allow only [a-z_-] chars, 2 issues with this:
- here 1st token is "date_" and no way to place
_` without an additional space after token's placeholderBoth these issues may be fixed by introducing an alternative placeholder's format (similar to .NET MVC Razor):
for example
@(date)_@time