RE: code blocks in blog posts

Georg Bauer <gb-BRhJDZTO+/[email protected]> Sat, 27 Mar 2004 22:52:09 +0100
Newsgroups gmane.comp.pythin.pyds.devel
Message-ID <r02010100-1028-FF93278E803811D8A517000A9573A72A@[10.0.0.145]>
Hi!

> Do most folks like to use reST once they get the hang of it? Any
general 
> opinions?

Don't know about most folks, but I did add it because I really like it
for weblog postings :-)

And I do know that several PyDS users just choose it _because_ it uses
reST.

> Hm. In my codeblock, the HTML tags are enclosed in quotes (single)...

Not using quotes, but HTML quoting. < must be &lt;, > must be &gt;.
Stuff in '' is just that for PyDS - stuff in ''. Entering HTML stuff
that should render as HTML tags instead of rendered HTML into HTML
textareas that will be used as HTML will break your brain ;-)

Under reST you usually can write your HTML stuff just as source - it
will be rendered as source. But you can't use HTML formatting any more,
of course. But I am quite happy with reST formatting. If I need
something special, I write a nugget or macro to do the work and call it
from my reST posting.

bye, Georg