-
Notifications
You must be signed in to change notification settings - Fork 862
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nested list requires 4 spaces instead of 2 #451
Comments
The documentation clearly states:
Of course, if you would like different behavior, you are free to create your own extension which does whatever you want. I, however, have no interest in implementing a bug just to "match" other implementations. |
Upstream uses indents of 4 spaces by default [1], but gitiles uses 2 spaces [2]. Change md_browser to match. [1]: Python-Markdown/markdown#451 [2]: https://gerrit.googlesource.com/gitiles/+/master/Documentation/markdown.md#Lists [email protected] BUG= Review-Url: https://codereview.chromium.org/2772173002 Cr-Commit-Position: refs/heads/master@{#461334}
Most common Markdown editor uses 2 spaces as the indentation for nested list. But this library requires 4, and there's no way to configure this value.
Ex:
Would it be possible to change the nested list indentation to 2, or add a configuration value?
The text was updated successfully, but these errors were encountered: