From 8774b207b7251730eaa7fbfe4f144122a472dda0 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Mon, 22 Aug 2022 16:16:59 +0200 Subject: Add support for GFM task list item --- Untitled.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Untitled.txt') diff --git a/Untitled.txt b/Untitled.txt index ca56d67..fb1e53c 100644 --- a/Untitled.txt +++ b/Untitled.txt @@ -6,6 +6,9 @@ micromark.js: `atLineEnding` in html (text) should always eat arbitrary whitespa ```rs // --------------------- // Useful helper: +extern crate std; +use std::println; +use alloc::string::String; let mut index = 0; let mut balance = 0; -- cgit