Tony Brix
Tony Brix
See https://github.com/express-handlebars/express-handlebars?tab=readme-ov-file#template-caching
PR #267 should fix this
this might help: https://handlebarsjs.com/builtin_helpers.html ```hbs {{#if noEmployees}} Add or simulate employees for more features {{else}} {{#if failedSearch}} The parameters entered did not match any employee data {{else}} {{#if successSearch}} {{searchNum}}...
I like the light bulb idea. Also holding Ctrl, or some defined keys, to underline like hyper click would work too.
This package skips strings so it doesn't wrongly match brackets outside of the string with brackets inside the string (e.g. `(")")`) Since brackets inside strings don't need to match it...
not sure what livewire is but you should look at the docs at https://github.com/szimek/signature_pad#handling-data-uri-encoded-images-on-the-server-side
You can create tests for types in https://github.com/markedjs/marked/blob/master/test/types/marked.ts The best place to add docs would probably be https://github.com/markedjs/marked/blob/master/docs/USING_PRO.md#custom-extensions--extensions
@Cipscis are you still working on this?
I'm going to close this as stale. If you would like to continue working on this feel free to open it.
If you want to create an extension we can add it to our [known extensions](https://marked.js.org/using_advanced#extensions).