Add a playground to the docs site
This commit is contained in:
parent
1fc0525940
commit
e39d69dfa7
6 changed files with 316 additions and 2 deletions
|
|
@ -130,7 +130,7 @@
|
|||
}
|
||||
});
|
||||
|
||||
$('h1, h2, h3').filter('[id]').each(function() {
|
||||
$('h2, h3').filter('[id]').each(function() {
|
||||
$(this).html('<a href="#'+$(this).attr('id')+'">' + $(this).text() + '</a>');
|
||||
});
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue