Updated Plugins (markdown)

noformnocontent 2012-12-29 15:08:53 -08:00
parent 4940713499
commit efc825fa18

@ -78,14 +78,3 @@ ol li .message {
font-size: 1.5em; font-size: 1.5em;
} }
``` ```
## Show the URIs instead of the names
``` js
// show the URIs instead of the names
$('a.name, h1 a').each(function (i, e) {
e.title = e.innerHTML
e.innerHTML = '^' + e.href.replace(/^http(s)?:\/\//i,'').replace(/\/$/,'')
})
```