tags:

views:

54

answers:

1

I normally use VIM to edit my codes and convert them to HTML by using TOhtml command. The only thing I don't like is that the converted HTML does not have css class style definitions. I am not sure if there is tool to convert codes to HTML with css, or I can use additional tool or command to convert HTML HTML with css?

+2  A: 

Here I copy my comments as my answer:

Type the command:

let html_use_css=1. 

Then

:TOhtml 

it will create a html with css classes. For more information and other options for TOhtml command, you can get help by:

:help TOhtml
David.Chu.ca