« Tom Peters | Main | Mathematica users' wiki »

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 ?

Post a comment

(If you haven't left a comment here before, you may need to be approved by the site owner before your comment will appear. Until then, it won't appear on the entry. Thanks for waiting.)