mark
mark copied to clipboard
Bug in Templates?
I had two macros referencing files "command.start" and "command.end".
Unfortunately the last one didn't work. Instead the first one was always applied.
I found the reason in this line:
https://github.com/kovetskiy/mark/blob/5428cc683302a7679901e23d4e97fc83838a788b/pkg/mark/includes/templates.go#L29
Is there any reason for using just the filename without path and extension as the name?
Not really, we can remove this operation. It's mostly for dropping .template
or other file extensions.
Not really, we can remove this operation. It's mostly for dropping
.template
or other file extensions.
Will you do?