0

I want to post on my blog some syntax highlighted code. Sites like PasteBin allows you to do this, but they don't provide the HTML code hassle-free.

Instead they suggest you to embed tags like this:

<script src="http://pastebin.com/embed_js.php?i=5GmRZ18V"></script>

Which are converted into the desired HTML at runtime.

Is there any such tool that exports the HTML for pasting on my blog (without javascript nor iframes)?

pnuts
  • 17,883
  • 5
  • 55
  • 103
Jader Dias
  • 3,374
  • 9
  • 35
  • 43

1 Answers1

1

If you use windows live writer for your blog then there is a plugin available. More info

http://lvildosola.blogspot.com/2007/02/code-snippet-plugin-for-windows-live.html

If you don't you could add the additional style sheet to your site and just use the plugin for formatting before pasting into a post (just use wlw :P)

S Philp
  • 181
  • 1
  • 4