« Tom Peters | Main | Mathematica users' wiki »

June 22, 2005

Good software documentation requires code formatting

Higher Order JavaScript has a decent sample of code formating
for documentation.

CSS:

pre {
background-color: #e4f0e4;
margin-left: 1em;
border-top: 1px #d0d0d0 solid;
border-left: 1px #d0d0d0 solid;
padding: .6em 0;
}

What's the best way to represent SAS code ?

Posted by omor at June 22, 2005 11:04 PM

Comments

Post a comment

! Comment registration is required but no TypeKey token has been given in weblog configuration!