timonwong / OmniMarkupPreviewer

Sublime Text 2&3 plugin to live preview markup files, supported (not limited to) markup formats are markdown, reStructuredText, WikiCreole and textile.
MIT License
500 stars 74 forks source link

Configurable tab_length #54

Open dizlexik opened 10 years ago

dizlexik commented 10 years ago

All of my Markdown documents use 2-space tabs but Python Markdown expects 4 by default. It would be really great if a configurable tab_length parameter could make its way to markdown.markdown(...) in MarkdownRenderer.

pelid commented 9 years ago

+1 have same issue. Is there any workaround?