
how-to block ads
|
| | | Posting material that would otherwise be translated is now easier, using: [code] [code] .. [/code] [/code] blocks.
Explaining how to use square bracket stuff is easier in code blocks: [code] the word bold is bold Identify a user with a link via: justin  [/code]
Email headers, often pasted in the stopping spam forums, often contain html-like stuff that would otherwise be stripped. You can now just put that stuff inside a code block, and it will not be touched. [code] Return-Path: X-Original-To: yyy@dslr.net Delivered-To: yyyy@dslr.net Received: from localhost (localhost [127.0.0.1]) by mail.dslr.net (Postfix) with ESMTP id 0793E1CB25 for ; Mon, 3 Nov 2003 09:45:58 -0500 (EST) Received: from mail.dslr.net ([127.0.0.1]) by localhost (gold [127.0.0.1:10024]) (amavisd-new) with ESMTP id 30156-08 for ; Mon, 3 Nov 2003 09:45:57 -0500 (EST) [/code] Programming code or javascript type code also looks best if formatting is preserved, and the font is mono-spaced. Code blocks do that as well. [code] for($x=0; $x<=10; $x++) { # My code goes here } [/code]
For now, links are still auto-converted within code blocks:
[code] »www.cnn.com »https://www.cnn.com »ftp://ftp.cnn.com [/code]
THERE ARE RULES: [code] starts on the left, and the end tag must end on the left as well, just the way it appears in the first box above. The tags are alone on a line each.
If it does not preview the way you want, it won't post, so there is no point posting hoping it will somehow magically fix itself.
Syntax Colored Code:
See these two FAQ entries: /faq/8361 /faq/8362
feedback form
feedback form
by KeysCapt  last modified: 2008-02-23 09:41:43 |
|