File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -466,10 +466,12 @@ impl ItemizedBlock {
466
466
/// list marker"](https://spec.commonmark.org/0.30/#ordered-list-marker) is more limited (to at
467
467
/// most 2 digits). Limiting the length of the marker helps reduce the risk of recognizing
468
468
/// arbitrary numbers as markers. See also
469
- /// https://talk.commonmark.org/t/blank-lines-before-lists-revisited/1990 which gives the
469
+ /// < https://talk.commonmark.org/t/blank-lines-before-lists-revisited/1990> which gives the
470
470
/// following example where a number (i.e. "1868") doesn't signify an ordered list:
471
- /// > The Captain died in
472
- /// > 1868. He wes buried in...
471
+ /// ```md
472
+ /// The Captain died in
473
+ /// 1868. He wes buried in...
474
+ /// ```
473
475
fn get_marker_length ( trimmed : & str ) -> Option < usize > {
474
476
// https://spec.commonmark.org/0.30/#bullet-list-marker or
475
477
// https://spec.commonmark.org/0.30/#block-quote-marker
You can’t perform that action at this time.
0 commit comments