From af202d3f0ea24e0a957b02a6f9fb23c6c3b4afe7 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Mon, 19 Dec 2022 09:58:52 +0400 Subject: Fix `start` on ordered lists in mdast Closes GH-38. --- Untitled.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'Untitled.txt') diff --git a/Untitled.txt b/Untitled.txt index 90e2f5e..fb1e53c 100644 --- a/Untitled.txt +++ b/Untitled.txt @@ -6,6 +6,7 @@ micromark.js: `atLineEnding` in html (text) should always eat arbitrary whitespa ```rs // --------------------- // Useful helper: +extern crate std; use std::println; use alloc::string::String; -- cgit