hniksic / emacs-htmlize

Convert buffer text and decorations to HTML.
192 stars 45 forks source link

not convert tab to space in pre #21

Closed xahlee closed 5 years ago

xahlee commented 5 years ago

is it possible to not convert tab to spaces inside pre tag?

in golang, its a community convention to use tabs, enforced by the bundled tool gofmt. (and i think tabs are critical in makefile.)

I write tutorials. So my primary use of htmlize is to convert programing language source code to a htmlized form. With golang, this maybe be a minor problem. thanks.

hniksic commented 5 years ago

Added the option htmlize-untabify, thanks for the suggestion.

xahlee commented 5 years ago

thank you. works great. Long time no chat!