Emanuel Regnath
Emanuel Regnath
I copied the query from [ServicesList.js](https://github.com/TheGoddessInari/hamsket/blob/master/app/store/ServicesList.js) and replaced the query selector with `"#pane-side div span div span[aria-label]"`. So the following custom JS worked for me with 0.6.3: ```javascript let checkUnread=()=>{const...
Thanks for pointing this out. The `:not(:only-child)` selector was added to be compatible with Markdown converters such as pandoc. If the `img` is the only child of a paragraph, it...
Thanks for the PR but I am not so sure about this one. For me, pages with a height less than 100vh sound like a rare special case. How often...
How about ```css body { display: grid; min-height: 100vh; } body > footer { align-self: end; } ``` This seems to have all desired properties. However, I am not sure...
Thank you very much! I am glad that others find it useful :grinning: I guess I will not close this issue for a while...
Hi TimDaub, thank you for pointing this out. I have also experienced this "problem" and I agree that the expectation is a toggle-behavior. However, the navigation dropdown works using the...
I would also like proper parsing... Currently, I use the following workaround: ```javascript var macros = { "\\SI": "{#1\\;\\mathrm{#2}}", "\\squared": "{^{2}}", "\\cubed": "{^{3}}", "\\per": "/", "\\tera": "T", "\\giga": "G", "\\mega":...
Hi Karol, thanks for the update. - I have moved the files to the submodule "id2" similar to the plugin "virtualbox". - Regarding coding style: I manually try to follow...
Hi @KarolBedkowski, can you have another look? Thanks
Thank you for pointing this out. It seems to be a problem with code fences within tables.