mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-22 22:15:02 +00:00
merge upstream/main
This commit is contained in:
commit
cec67721e6
59 changed files with 2542 additions and 990 deletions
|
@ -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;
|
||||
|
||||
|
|
|
@ -37,6 +37,10 @@ a {
|
|||
color: #972395;
|
||||
}
|
||||
|
||||
table tr th, table tr td {
|
||||
padding: 6px 13px;
|
||||
}
|
||||
|
||||
.logo {
|
||||
padding: 2px 8px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue