Results 98 comments of Talha Mansoor

Perhaps we can leverage this https://css-tricks.com/look-ma-no-media-queries-responsive-layouts-using-css-grid/#article-header-id-1

Say we add a variable in the configuration file. If the user has it set to false, then we do not show the copy button on while site. But the...

> Good: per site I think it is possible. > Better: per page Not sure how. But it is probably possible. > Best: per code-block No idea how. I don't...

@iranzo can you please share the source code of this particular blog post, so that I can easily reproduce the issue?

```markdown Hi, Using the following code from the Browser console: ~~~js console.log(''); runSlots.item.album_images.images.forEach(e => console.log(` `)); console.log(''); ~~~ It will output a copy-paste ready code for integrating in your blogpost...

@andrewdstrain couple of feedbacks 1. Use hooks https://elegant.oncrashreboot.com/use-pre-commit-git-hooks 1. Follow guidelines https://elegant.oncrashreboot.com/git-commit-guidelines ## Feature parity - [ ] clicking on an accordion should close it if it is already open...

> the JavaScript would need to make sure that the checkbox is checked when already open. Then it would close when already open. If it's simply shown but not checked,...

1. Let me know if you are facing any problem with Git hooks. Your feedback would help us update the Git hooks help article. (@jackdewinter) I asked because I see...

Right. Then let's use checkboxes (like here https://codepen.io/abergin/pen/ihlDf) and use CSS classes.

@andrewdstrain is the PR ready now?