- 安裝 vim-script (主要是需要 tohtml.vim)
- 在 /etc/vim/vimrc.local 加入
let html_use_css=1
這是為了產生以ccs控制版面的 html code. - 在 Blogger 的 template 加入 css 的 source code
.Constant { color: #ff6060; }
.Statement { color: #0000ff; }
使用範例:
:10,40Tohtml, 把第十到第四十行轉成 html
tohtml.vim 也可以轉出 XML
:let use_xhtml = 1
:help tohtml for more details.
沒有留言:
張貼留言