[uf-discuss] hCode microformat proposal

Sven Fuchs svenfuchs at artweb-design.de
Thu Jan 25 11:32:51 PST 2007


Am 25.01.2007 um 19:41 schrieb anders conbere:
> I've added a page to the wiki to catalog examples of source code being
> published online and the ways they do that.
>
> http://microformats.org/wiki/code-examples

CodeHighlighter is an example of a syntax highlighter written in  
unobtrusive Javascript that designates the programming language  
through the class attribute of a code tag:

<pre><code class="ruby">
# ruby code
</code></pre>

Blogarticle about CodeHighlighter:
http://www.danwebb.net/2006/9/3/low-pro-unobtrusive-scripting-for- 
prototype

Examples for markup (for CSS, HTML, Ruby code):
http://svn.danwebb.net/external/CodeHighlighter/trunk/index.html

Am I supposed to add this to the wiki myself?

-- 
Sven


More information about the microformats-discuss mailing list