Highlight Links
This page demonstrates how to highlight links that match completely or
partially with the current URL path. Links that match will
automatically have the class
pl-path-match
added to them.
<nav>
<a href="/papeljs/docs/navigation-boost.html" class="pl-path-match">
Navigation Boost
</a>
<a href="/papeljs/docs/programmatic-api.html" >
Programmatic API
</a>
</nav>