More testing.

This commit is contained in:
Niels Serup 2011-07-13 03:28:29 +02:00
parent 21341ffc4b
commit 8e716c51ba
1 changed files with 15 additions and 3 deletions

View File

@ -4,7 +4,6 @@ Test of many features
#&
#+license: bysa, images
* Test of mege features
*mege* has many features. A bit /too/ many, perhaps.
@ -39,6 +38,11 @@ Another list:
** Images
#&img;url=test.png,alt='This is a test picture',width=340
** Links
Here is a link: [[http://example.com/][Wizard's webpage]]. And a shorter one: [[http://example.com/]]! I
want to _underline_ this link: _[[http://example.com/]]_.
** Block containers
Block quote:
@ -110,9 +114,17 @@ introduction by the Master of Falsefulness
\[fn:false] Master of Truthfulness, 1999, revised ed.
** Subscript and superscript
x_{tallyho} = 33^{12}, x_\{tallyho} = 33^\{12}
** Eval'd Code
Inline code: <@eval 2 + 3@>.
Inline code: <@eval 2 + 3@>. <@exec print('aha')
Inline code:
#&-eval
2 + 3
#&
Block code:
#++eval
@ -120,7 +132,7 @@ Block code:
2 + 3
#+END_SRC
Inline HTML: <@html <strong>strong text</strong>@>. Smiley: '_~
* Org features not supported by mege