Fork of daniellemaywood.uk/gleam — Wasm codegen work
2

Configure Feed

Select the types of activity you want to include in your feed.

Remove unnecessary escape

+1 -1
+1 -1
compiler-core/src/docs.rs
··· 531 531 .unwrap_or_else(|| "".into()); 532 532 533 533 // TODO: parse markdown properly and extract the text nodes 534 - escape_html_content(raw_text.replace("```gleam", "").replace("```", "")) 534 + raw_text.replace("```gleam", "").replace("```", "") 535 535 } 536 536 537 537 fn markdown_documentation(doc: &Option<(u32, EcoString)>) -> String {