Amend List.walk documentation with latest syntax

This commit is contained in:
Christopher Duncan 2022-10-23 17:43:54 -04:00
parent dc2500aac2
commit 4b808100b4
No known key found for this signature in database
GPG key ID: CCC42F03843A4CA8
3 changed files with 16 additions and 16 deletions

View file

@ -918,7 +918,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;
}