On Monday, October 8, 2012 12:26:23 PM UTC-4, Michael Klishin wrote:
>
> ## Announcing clojure-doc.org
>
> I am starting a new thread because the existing one about CDS is now 
> polluted by all kinds of off-topics.
>
> About a week ago, John Gabrielle
>

Just one ell. :)
 

> announced CDS (Clojure Documentation Site): a new Clojure documentation 
> resource
> for the Clojure community by the Clojure community. 
>
> We are past dealing with all the plumbing and happy to announce that our 
> work is now public at http://clojure-doc.org 
>
>
The site is now generated using jekyll, and uses pygments for syntax 
highlighting (rather than using Pandoc and my own tools like I originally 
had it).

But there's one minor issue we're not crazy about: for code blocks to get 
syntax highlighting, they must now be written `{% highlight clojure %} ... 
{% endhighlighting %}` instead of

   ```clojure ... ```

If you know how to set things up such that we can use the regular backtick 
syntax for codeblocks with jekyll, please let us know.

Thanks,
---John

-- 
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