switch from showdown to marked

add better yaml support for metadata
This commit is contained in:
Matthew Scragg 2014-09-05 22:41:22 -05:00
parent e4afc0fb0d
commit 036434dd7a
5 changed files with 97 additions and 24 deletions

View file

@ -51,7 +51,7 @@
});
revs.reverse();
revs = revs.join("..");
location.href = "{{ config.BASE_URL }}/_compare/{{ name }}/" + revs;
location.href = "{{ config.RELATIVE_PATH }}/_compare/{{ name }}/" + revs;
});
});
</script>