I added “Allow users to insert text in a monospaced font (ie. Courier New for code snippets)” to ideas.43things.com but I want to see if it’s already supported.
| int main( vargs ){ |
| printf("Hello World!\n"); |
| return 0; |
| } |
w00t!!!!! =D
This was done by going:
Line 1: |%{font-family:courier}int main( vargs ){%|
Line 2: |%{font-family:courier} printf("Hello World!\n");%|
Line 3: |%{font-family:courier} return 0;%|
Line 4: |%{font-family:courier}}%|
Which is nuts unless you have a good text editor like UltraEdit or vi… or you’re insane enough, like I am, and do it all by hand. I don’t know if I will ever even use this, but I like knowing that I can. =}
PS. Oh yeah, if you want to force blank lines and have discovered that this thing strips your blank lines as well as any HTML <br> tags, you can insert a bunch of table rows with one column each that contain a non-printing blank space ( ).
One of these per blank line: ”| |”
