How to post code snippet and run it
March 30, 2020Highlight the code Jekyll supplys a tag called highlight . It can accept some parameters - what's the code language and whether show lines…
Highlight the code Jekyll supplys a tag called highlight . It can accept some parameters - what's the code language and whether show lines…
To present tag posts count use tag[1].size To display a ruby code but prevent compiler from render it, use {% raw %}
Sometimes you want to "disable" all the elements inside a certain element. So we can easly use pointer-events: none . The problem What if…
We all know that position: fixed is relatively to the window , right? Well, no. We can put it inside a position: relative element. What…