josefpihrt / dotmarkdown

DotMarkdown is Markdown framework for .NET
https://josefpihrt.github.io/docs/dotmarkdown
Apache License 2.0
122 stars 9 forks source link

Fix indentation of nested ordered item #4

Closed josefpihrt closed 6 years ago

josefpihrt commented 6 years ago

Actual Behavior:

1. a
  2. b

Expected Behavior:

1. a
   2. b