Code test
Michael Grunditz (8594) 259 posts |
Where does it stop |
Steve Pampling (1551) 8170 posts |
What the “Textile reference here” link at the bottom should point at is this page |
Rick Murray (539) 13840 posts |
I would insert code like this:
If you don’t leave the blank lines either side, Textile will, for some obscure reason, double space the output. The result is: the code that I want to insert You can also do it by prefixing the first line with "pre. " (like you’d use "bq. " for a quote) but that will auto-end if you leave a line blank, and since whitespace is common in listings, using explicit <pre>…</pre> tags means it’ll work fairly reliably in ways that the "pre. " section marker doesn’t. For example: the code that I want to insert See? Only the first part was actually marked up correctly. Use <pre>…</pre> tags. Slightly more typing, much less brainache. |
Rick Murray (539) 13840 posts |
Oh, and if you have URLs in your code (like a comment or whatever), edit them to something like “hxxp” (instead of “http”) or else… Well, here’s an example. Just my website URL: <a href="https://heyrick.eu/">https://heyrick.eu/</a> What I wrote is "Just my website URL: " followed by the URL as text. That mess, making it a link and then quoting it verbatim, that’s Textile failing at being clever. |
Steve Fryatt (216) 2105 posts |
Why not just use Oh, and for a single line, |
Steve Fryatt (216) 2105 posts |
On the subject of quoting links, I wonder what
does. Then how about
Do either of these work…? No… no they don’t. Sigh. For the record, they were using |
Rick Murray (539) 13840 posts |
If Textile can do the wrong thing, it probably will. It’s like a precocious toddler. Lots of enthusiasm, not so many cluons. |
Colin (478) 2433 posts |
how about
or
finishing here. nope. that’s:
|
Bernard Boase (169) 208 posts |
Text codetext (using ‘pre’ inline) Text Text |
Bernard Boase (169) 208 posts |
| Composition memory management | Options are: "Auto" (this is the default) | "Wimpslot" (always use wimpslot - not recommended for RO 3&4) | "Dynamic" (always use dynamic areas - not a good idea on RO 5) Set Compo$MemoryManager Dynamic | Following is used for Dynamic areas only | Being the address space of: | "small workspaces" "large workspaces" and "canvas" respectively, in MB Set Compo$AddressSpaces 8 32 128 |