NullVoxPopuli

Results 847 comments of NullVoxPopuli

Related: https://github.com/embroider-build/embroider/issues/972 Looks like docfy needs to either: - add this flag to the README `EMBROIDER_REBUILD_ADDONS=@docfy/ember` when starting `ember s` - or: "Ultimately, they need to stop trying to take...

Here is a reproduction: https://github.com/NullVoxPopuli/ember-cheat-sheet/pull/1

Seems this breaks, too: ```md \`\`\`bash # -gc stands for glimmer component ember generate component my-component -gc # See the full set of options with: ember generate component --help \`\`\`...

omg, I had the `:` and `/` swapped on the closing element. :facepalm:

ok, so this renders, but the indentation is not ideal: ```md \`\`\`bash # -gc stands for glimmer component ember generate component my-component -gc # See the full set of options...

de-denting the code-snippet gets hljs to run on it: ```md \`\`\`bash # -gc stands for glimmer component ember generate component my-component -gc # See the full set of options with:...

Just this thread: https://github.com/wooorm/lowlight/issues/37#issuecomment-832342443

I had forgotten about this, but was reminded during this discussion when I tried to upgrade to hljs@11 https://github.com/remarkjs/remark-highlight.js/issues/38#issuecomment-865356421

it's currently not possible to use hljs@11 with remark-highlight.js atm :(