Thanks for doing this.

I think I fixed one bug so wanted to mention it.  In your html-post-
format function, you have a string that creates the first <div>.  It
has a explicit style set to have a font-family: courier new and a font-
size of 14px.  I took those styles out so that the style sheet
controlled that correctly.

I also made it so that when the standalone? variable wasn't set to
true that the styles would be embedded into the html that is output.
This allows for cases where you don't have a style.css or where you
want the html to have it's own just for the one file.  I'm sure you
know all that though but it's been fun playing around with this code
and adding these little features.

- Sam

On Jun 26, 9:27 pm, Kai <poki...@gmail.com> wrote:
> I fixed a bug that messed up spacing (ampersands weren't converted in
> html-pre-format), so be sure to use the latest version.
>
> Of course, feel free to use it on your webpage!
>
> ~ Kai
>
> On Jun 26, 9:09 pm, CuppoJava <patrickli_2...@hotmail.com> wrote:
>
> > Hi Kai,
> > That is really cool! Do you mind if I use it on my webpage?
>
> > As for coding style, I must say that yours is very clear. It was very
> > easy to read through the whole thing.
>
> >   -Patrick

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to