add back-end support for asciidoc and rst #40

This commit is contained in:
Henrique Dias
2016-02-07 09:01:17 +00:00
parent 7ab6cc7aba
commit cf23f6362a
5 changed files with 13 additions and 9 deletions

View File

@@ -6,6 +6,8 @@ $(document).on('ready pjax:success', function() {
// Update the title
document.title = document.getElementById('site-title').innerHTML;
//TODO: navbar titles changing effect when changing page
// Auto Grow Textarea
function autoGrow(element) {
this.style.height = "5px";