mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue