Skip to content
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

change default markdown tab width to 4 spaces #232

Closed
Schlaefer opened this issue Apr 19, 2015 · 1 comment
Closed

change default markdown tab width to 4 spaces #232

Schlaefer opened this issue Apr 19, 2015 · 1 comment

Comments

@Schlaefer
Copy link
Member

People expect a one tab indent to be escaped content in markdown (see recent discussion in gitter), but with the current config set to 2 you actually need two tabs.

See tab_width note: Keep in mind that when the Markdown syntax spec says “four spaces or one tab”, it actually means “four spaces after tabs are expanded to spaces”. So setting tab_width to 8 will make parser treat a tab character as two levels of indentation.

@Schlaefer
Copy link
Member Author

Closed with #233

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant