mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
Amend List.walk
documentation with latest syntax
This commit is contained in:
parent
dc2500aac2
commit
4b808100b4
3 changed files with 16 additions and 16 deletions
|
@ -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;
|
||||
|
||||
|
|
|
@ -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