pub fn check_list_code_block()
Expand description
whatever
Run

Check for “i” signs in lists!

  1. elem 1
  2. test 1
    fn foo() {}
    Run
  3. elem 3
  4. fn foo() {}
    Run
  5. elem 5

Final one:

let x = 12;
Run