I will review the font used in code blocks.
This became a download link, and it appears now on any code block found in forum topics. If the block is tagged as php, py, nwc, nwctxt, or nwcitree, then it will automatically have the appropriate extension when it is downloaded.
Some examples:
!NoteWorthyComposerClip(2.5,Single)
|Clef|Type:Treble
|Text|Text:"Ta Da!"|Font:StaffBold|Pos:-8
|Note|Dur:Whole|Pos:-2
!NoteWorthyComposerClip-End
# Sample NWC instrument tree
\Piano
Acoustic Grand Piano=0
Bright Acoustic Piano=1
Electric Grand Piano=2
Honky-tonk Piano=3
Rhodes Piano=4
Chorused Piano=5
Harpsichord=6
Clavinet=7
<?php
// This is a small php script
echo "Hello World\n";
?>
This example demonstrates that there are still a few issues to work out.... Should be fixed.