diff options
author | Titus Wormer <tituswormer@gmail.com> | 2022-12-19 09:58:52 +0400 |
---|---|---|
committer | Titus Wormer <tituswormer@gmail.com> | 2022-12-19 09:58:52 +0400 |
commit | af202d3f0ea24e0a957b02a6f9fb23c6c3b4afe7 (patch) | |
tree | 2b17565298b591fab613c53924b47ec66b870b81 /Untitled.txt | |
parent | a8f5da1524761c5f55deca36c34ff8aee061bf32 (diff) | |
download | markdown-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.txt | 1 |
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; |