switch from showdown to marked
add better yaml support for metadata
This commit is contained in:
parent
e4afc0fb0d
commit
036434dd7a
5 changed files with 97 additions and 24 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue