ruby-nmap icon indicating copy to clipboard operation
ruby-nmap copied to clipboard

UTF8 + Keep indent size for markdown too

Open noraj opened this issue 4 years ago • 2 comments

Keep indent size for markdown too

noraj avatar Mar 04 '21 08:03 noraj

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.

postmodern avatar Mar 06 '21 01:03 postmodern

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.

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.

noraj avatar Mar 06 '21 21:03 noraj