Simon Lepel

Results 7 comments of Simon Lepel

After getting into mkdocs template vars and some jinja filters I solved this using a template override of `main.html`. I simply filter and sort the `pages` collection before iterating it...

I strongly agree with @RichiCoder1 and would even go for a fork of setup-node with corepack support to achieve this goal. For yarn and pnpm users there seem to be...

Please also keep in mind, that for GitHub Enterprise users there is in most cases neither node preinstalled on runners nor are they able to customize their runners because they...

Using webpack >=4.3, you don't need this plugin anymore. Just use `[contenthash]` in your output names. You can also specify hashes more granular like this: `[md5:contenthash:hex:20]`

It's also for webpack itself. Can't find this in the probably outdated docs... There you go: https://github.com/webpack/webpack/releases/tag/v4.3.0 See also the "unofficial docs": https://survivejs.com/webpack/optimizing/adding-hashes-to-filenames/#placeholders

Please let me know, if you are planning to merge this or not. Or if you have any remarks or wishes for changes. I need this functionality published and would...

A very simple solution is, to add two spaces at the end of the first line to have a markdown compliant line break: ```md > [!IMPORTANT] > Whitespace is your...