aboutsummaryrefslogtreecommitdiffstats
path: root/Untitled.txt
diff options
context:
space:
mode:
authorLibravatar Titus Wormer <tituswormer@gmail.com>2022-12-19 09:58:52 +0400
committerLibravatar Titus Wormer <tituswormer@gmail.com>2022-12-19 09:58:52 +0400
commitaf202d3f0ea24e0a957b02a6f9fb23c6c3b4afe7 (patch)
tree2b17565298b591fab613c53924b47ec66b870b81 /Untitled.txt
parenta8f5da1524761c5f55deca36c34ff8aee061bf32 (diff)
downloadmarkdown-rs-af202d3f0ea24e0a957b02a6f9fb23c6c3b4afe7.tar.gz
markdown-rs-af202d3f0ea24e0a957b02a6f9fb23c6c3b4afe7.tar.bz2
markdown-rs-af202d3f0ea24e0a957b02a6f9fb23c6c3b4afe7.zip
Fix `start` on ordered lists in mdast
Closes GH-38.
Diffstat (limited to 'Untitled.txt')
-rw-r--r--Untitled.txt1
1 files changed, 1 insertions, 0 deletions
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;