Add a playground to the docs site

This commit is contained in:
Max Brunsfeld 2019-04-24 16:58:30 -07:00
parent 1fc0525940
commit e39d69dfa7
6 changed files with 316 additions and 2 deletions

View file

@ -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>