show release notes on home page (#165)

This commit is contained in:
Jason Dove
2021-04-11 12:34:41 -05:00
committed by GitHub
parent 34fbfce0a5
commit a2700e087c
11 changed files with 226 additions and 66 deletions
+5
View File
@@ -43,6 +43,11 @@
function enableSorting() {
$("#sortable-collection").sortable("option", "disabled", false);
}
function styleMarkdown() {
$("h2").addClass("mud-typography mud-typography-h4");
$("h3").addClass("mud-typography mud-typography-h5");
}
</script>
</head>
<body>