Feel free to experiment here, after the four dashes below. Please do not create new pages without any meaningful content just to try it out!

You may want to open HelpOnEditing in a new window or tab while you edit.


Formatting

italic bold typewriter

`no backtick typewriter` (configurable)

bigger smaller this is how it works

a bit larger typewriter normal font

That is related to the code - it is mostly used for insertion of large code sections in which case the smaller font size is reasonable. Also, the width is about the same - just the height is smaller in many browsers. It is not an easy thing to change. One way could be by replacing the modern style with some other custom style with increased font size for proportional fonts - but again, all the code sections would significantly grow after that. -Alec

I am thinking about using typewriter font, or something equivalent, within text paragraphs, as the usual typographical distinction of "verbatim" commands, like "?solve", for which I am currently using bold. But I am using bold for too many different things. OK, I will use this 5 character markup if there is no better option. - Alejandro

preformatted some more
and some more lines too

   1 def syntax(highlight):
   2     print "on"
   3     return None

   1   public void main(String[] args]){
   2      System.out.println("Hello world!");
   3   }

Linking

HelpOnEditing InterWiki

http://moinmo.in/ Python

someone@example.com

There are anchor links here:

http://c2.com/sig/wiki.gif

Smileys

/!\ Alert

Lists

Bullet

Glossary

Term
Definition

Drawing

Heading 1

Heading 2

Heading 3

Heading 4

> solve(a*x^2+b*x+c,x);
                                  2         1/2          2         1/2
                           -b + (b  - 4 a c)       b + (b  - 4 a c)
                           --------------------, - -------------------
                                   2 a                     2 a
> 

Centered

\( P = (x_1,\ldots,x_n) \)

$ \int {1\over x}\,dx = \ln(x)+C $ \[ \sum_{i=1}^n i = {n(n+1)\over 2} \] $$ A = \left\lgroup\matrix{a_{11}& \cdots& a_{1m}\cr \vdots& \ddots& \vdots\cr a_{n1}& \cdots& a_{nm}\cr}\right\rgroup $$

$$ g:=(u,v,w)\rightarrow \frac{1}{u}+e^{u+v}+\left(u-v+w\right)^{2} $$

$$ g:=(u,v,w)\rightarrow 1 $$

$$ g:=(u,v,w)\rightarrow \frac{1}{u} $$

$$ g:=(u,v,w)\rightarrow \frac{1}{u}+e^{u+v} $$

$$ g:=(u,v,w)\rightarrow \frac{1}{u}+e^{u+v}+\left(u-v+w\right) $$

$$ \left(u-v+w\right)^{2} $$

$$ g:=(u,v,w)\rightarrow \frac{1}{u}+e^{u+v}+ \left(u-v+w\right)^{2} $$


red courier on blue

?solve

?solve ?solve ?solve ?solve ?solve ?solve ?solve ?solve ?solve ?solve

What about $\text{?solve}$, ?solve, $\verb|?solve|$, ?solve

PS: The same in Debian Etch, except that the typewriter font shows yet a bit smaller (in relation to normal font). - Alejandro

JsMathTest (last edited 2008-08-30 19:46:14 by AlejandroJakubi)