merge upstream/main

This commit is contained in:
Luke Boswell 2022-11-06 09:27:46 +11:00
commit cec67721e6
No known key found for this signature in database
GPG key ID: 0E908525B2C7BD68
59 changed files with 2542 additions and 990 deletions

View file

@ -920,7 +920,7 @@ fn markdown_to_html(
}
};
let markdown_options = pulldown_cmark::Options::empty();
let markdown_options = pulldown_cmark::Options::ENABLE_TABLES;
let mut expecting_code_block = false;

View file

@ -37,6 +37,10 @@ a {
color: #972395;
}
table tr th, table tr td {
padding: 6px 13px;
}
.logo {
padding: 2px 8px;
}