tomzx / blog.tomrochette.com

My blog.
http://www.tomrochette.com
MIT License
2 stars 0 forks source link

Add line numbering on paragraph hover #77

Open tomzx opened 7 years ago

tomzx commented 7 years ago

Apply on p/li/h* in the .articleBody something like

p:before {
    content: "1234";
    float: left;
    text-align: right;
    margin-left: -65px;
}

The purpose is to allow readers to share a page pointing directly at a given line.