Skip to main content
Stack Overflow
  1. About
  2. For Teams

Return to Answer

Commonmark migration
Source Link

As an extension to existing answers. For those trying to continue a numbered list after something other than a code block. For example a second paragraph. Just indent the second paragraph by at least 1 space.

Markdown:

1. one
2. two
 three
3. four

Output:

  1. one

    one

  2. two

    two

    three

  3. four

three 4. four

As an extension to existing answers. For those trying to continue a numbered list after something other than a code block. For example a second paragraph. Just indent the second paragraph by at least 1 space.

Markdown:

1. one
2. two
 three
3. four

Output:

  1. one
  2. two

three 4. four

As an extension to existing answers. For those trying to continue a numbered list after something other than a code block. For example a second paragraph. Just indent the second paragraph by at least 1 space.

Markdown:

1. one
2. two
 three
3. four

Output:

  1. one

  2. two

    three

  3. four

Source Link
DavidT
  • 2.5k
  • 23
  • 30

As an extension to existing answers. For those trying to continue a numbered list after something other than a code block. For example a second paragraph. Just indent the second paragraph by at least 1 space.

Markdown:

1. one
2. two
 three
3. four

Output:

  1. one
  2. two

three 4. four

AltStyle によって変換されたページ (->オリジナル) /