The Knowledge of Paul Graham
The Wisdom of Joel Spolsky https://www.joelonsoftware.com/
Main body text
Bold
Italic
Normal text. But to continue this on
next line, use line break. Without formatting, the text will just wrap to the current width of the current browser window.
If you want to represent a formatting code directly, use 6 single quotes and the codes will print.
{{{ }}}
~%
----
Verbatim text
Type all characters, codes and formatting freely in mono font in a Verbatim box ~% '''space''' ''mono'' # item *Header [https://www.joelonsoftware.com/ Wisdom]
Call out
A space at the beginning of the line will
call out the text and use a mono font. Normal text formatting also works in a call out box. But... - bullet -- another bullet ---- # item ## another item :item:description ||Table||Item|| * Header boxes, lists, tables and lines do not work in a call out box.
Unordered list
Ordered list
Definition
definition 1
another definition : that includes colons
AND Table
Input A | Input B | Output X |
0 | 0 | 0 |
1 | 0 | 0 |
0 | 1 | 0 |
1 | 1 | 1 |
Add a code box
(define (square y) (* y y)) (define (average x y) (/ (+ x y) 2)) (define (improve y x) (average y (/ x y))) (define (test? y x) (< (abs (- (square y) x)) 0.0001)) (define (iterate y x) (if (test? y x) y (iterate (improve y x) x))) (define (root x) (iterate 1.0 x))
(list 'this 'is 'so 'cool)
fold defghi
World Domination Enterprises is a nice place. scheme (lambda () #t) is a thunk. This is the way the world ends. This is the way the world begins. This is the way the world ends... World is alive, long live the world!
Blockquotes:
This is a long blockquote. By posting, you will grant the rights to modify and distribute your submission under the terms of the Attribution ShareAlike 2.0 license. See wiki-license for more information.By posting, you will grant the rights to modify and distribute your submission under the terms of the Attribution ShareAlike 2.0 license. See wiki-license for more information.By posting, you will grant the rights to modify and distribute your submission under the terms of the Attribution ShareAlike 2.0 license. See wiki-license for more information.
yay!
- the surgery can greatly increase your brain power; or it could possibly kill you.
- increase my KILLING POWER eh? I'll do it!!
eh. srfi:1 delay [$$r5rs not-in-r5rs]] Why doesn't the following go quite where I want? WikiPedia:Datatype#Type_checking But this does: Numeric datatype ranges.
;; Not a comment I like it RAW!!!
Is this a table | A | B | C |
And | this | works | too? |
this emphasis and this more
table 11 | table 12 |
table 21 | table 22 |
emphasis much emphasis
Just a test of the arrows. Why am I drinking olive juice? Thank you. Have a a nice day.
hey! I love g00000e. :-)
(define cont #f) (list 1 2 (call/cc (lambda (k) (set! list max) (set! cont k) 3)))
(define (inc x)
(+ x 1))
"that's all"
Wiki Box? 2006-02-11 08:36:05 Today is a gray and rainy day in Sunny South Africa .. What a Contrast
Col 1 | Col 2 | Col 3 |
Row 1 hello | Row 1 More | Row 1 Even More |
Here is my own page.
Comprehensive example of wiki formatting