markdown-toc icon indicating copy to clipboard operation
markdown-toc copied to clipboard

Don't use hard tabs

Open keiranmraine opened this issue 6 years ago • 2 comments

Markdown linters don't like hard tabs by default. Could the code be changed to use spaces instead (converted to 4 spaces according to github flavour markdown spec)

keiranmraine avatar Feb 26 '18 10:02 keiranmraine

I would personally like an option for 2 spaces. Maybe make this a setting?

joshbader avatar May 30 '18 16:05 joshbader

I am running into a problem where the tab is creating a PRE block in the two markdown converters that I use.

Merovex avatar May 01 '20 11:05 Merovex