上CodePlex 網站 查個關鍵字「SyntaxHighlighter for Windows Live Writer 」就一堆了
不過使用上我比較喜歡簡單一點的…
以下推薦這個…如果有人覺得有其他更好的也分享給我知道吧
下載連結
下載的東西把「WindowsLiveWriter.SourceCodePlugin」資料夾裡的「WindowsLiveWriter.SourceCode.dll」檔案放到
C:\Program Files (x86)\Windows Live\Writer\Plugins
打開wlw後在插入工具裡有個Source code的功能,打開後就可以使用了
以下是測試的程式碼
//這是測試程式碼 <html> <body> <script language='vbscript'> Dim I I = 0 Do I = I + 1 Document.Write I & "<br>" Loop Until I >= 10 '執行本迴圈,直到I>=10則離開迴圈 </script> </body> </html>
沒有留言:
張貼留言