UTF8 + Keep indent size for markdown too
Keep indent size for markdown too
Did you test this? Googling around it says the default indent_size for markdown is 4; not sure if that's only for indented code-blocks where each line has to be indented by 4 spaces, or everything else.
Did you test this? Googling around it says the default
indent_sizefor markdown is 4; not sure if that's only for indented code-blocks where each line has to be indented by 4 spaces, or everything else.
The intolerant old original parser requires 4 spaces for list level 2+ but nobody use it anywhere anywhere except some rare exceptions. And any space size can be used in code blocks anyway. Nowadays any piece of code is either using commonmark (spec) or GitHub Flavored Markdown and both are ok with any ident size.