Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Maybe, quite simple have the option to parse <a> tags down to the format "Text - URL". If I remember correctly, some sites from way back had this sort of format occasionally.


WordPress does it in the admin interface. A very clever hack. Something like:

    a:after {
        content: attr(href);
        display: inline-block;
        padding: 0 1ex;
    }




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: