metanohi/site/projects/mege/test.org

146 lines
2.6 KiB
Org Mode
Raw Normal View History

2011-07-07 23:07:48 +02:00
#+title: Test of mege features
2011-07-12 21:54:06 +02:00
#&summary
2011-07-11 04:09:33 +02:00
Test of many features
2011-07-12 21:54:06 +02:00
#&
#+license: bysa, images
2011-07-07 23:07:48 +02:00
* Test of mege features
*mege* has many features. A bit /too/ many, perhaps.
** Lists
2011-07-10 16:03:48 +02:00
+ A
+ B
+ C
2011-07-07 23:07:48 +02:00
Another list:
+ The text of this line actually takes up two lines in its source form, and
not just one.
+ Just one line
+ A sublist
+ with another entry
2011-07-11 04:09:33 +02:00
1. and so on
2. etc.
+ continuing
2011-07-07 23:07:48 +02:00
2011-07-10 16:03:48 +02:00
** Definition lists
+ Lizard :: an animal
+ Ape :: also an animal
+ Book :: not an animal
2011-07-11 04:09:33 +02:00
+ Other books :: in existence
+ fail
+ aoa :: auoua oeu aou oe o u ouaoe uaoe uo uaoura oeu euao aoe aoe u au oo uo
uoe uo oe u,. uoeauoe uoa u,u
* a
* 3u :: o (correct behaviour)
** Images
2011-07-12 21:54:06 +02:00
#&img;url=test.png,alt='This is a test picture',width=340
2011-07-07 23:07:48 +02:00
2011-07-13 03:28:29 +02:00
** 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/]]_.
2011-07-11 17:32:29 +02:00
** Block containers
Block quote:
2011-07-12 21:54:06 +02:00
#&block
2011-07-11 17:32:29 +02:00
Hello.
2011-07-12 21:54:06 +02:00
#&
2011-07-11 17:32:29 +02:00
2011-07-12 21:54:06 +02:00
*** Combination
#÷large
#&block
This is a paragraph inside a blockquote inside a block container.
\#&
#&
#&
2011-07-11 17:32:29 +02:00
2011-07-12 21:54:06 +02:00
** Inline container
2011-07-11 17:32:29 +02:00
abc
2011-07-12 21:54:06 +02:00
#&-strong,tiny,color=red
2011-07-11 17:32:29 +02:00
def
(no new parapraph)
2011-07-12 21:54:06 +02:00
#&
2011-07-11 17:32:29 +02:00
ghi.
2011-07-12 21:54:06 +02:00
** Inline modifiers
This is a bt&acro='brutal test' of mege. More {bru te}&abbr='brutal testing'...
+ In a list
+ Not escaped: x&var, escaped: x\&var, not escaped in group: {x}&var, escaped
in group: {x}\&var. ns@metanohi.org ua
Nested groups: {{ab{ula aa}&abbr=a cd}&var&color=red cd}&acro
** Inline inline formatting
*mege*. /mege/ ... _mege_, {=mege mege=}&html. ~mege~! -C-f-?
Fail: ~mege ~, *meg*e, solution: {{mege }&samp}, {meg&strong}e
Nested fail: */oo/ aub.
{{a&strong}&emph}, {a&strong&emph}
A */_woo_/*!
2011-07-11 17:32:29 +02:00
** Tables
*** Body only
| Name | Age |
| Xryurg | 300 |
| Bkrau | 2 |
*** With head and foot
| Name | Age |
|--------+-----|
| Xryurg | 300 |
2011-07-12 21:54:06 +02:00
| Bkrau | *2* |
2011-07-11 17:32:29 +02:00
|--------+-----|
| Name | Age |
2011-07-12 21:54:06 +02:00
** Footnotes
This sentence is true[fn:true]. This is /not/[fn:false].
[fn:true] Master of Truthfulness, 1997
[fn:false] Master of Truthfulness, 1999, /revised ed./, with special
introduction by the Master of Falsefulness
\[fn:false] Master of Truthfulness, 1999, revised ed.
2011-07-13 03:28:29 +02:00
** Subscript and superscript
x_{tallyho} = 33^{12}, x_\{tallyho} = 33^\{12}
2011-07-12 21:54:06 +02:00
** Eval'd Code
2011-07-13 03:28:29 +02:00
Inline code: <@eval 2 + 3@>. <@exec print('aha')
Inline code:
#&-eval
2 + 3
#&
2011-07-12 21:54:06 +02:00
Block code:
#++eval
#+BEGIN_SRC python
2 + 3
#+END_SRC
2011-07-13 03:28:29 +02:00
Inline HTML: <@html <strong>strong text</strong>@>. Smiley: '_~
2011-07-11 17:32:29 +02:00
2011-07-10 16:03:48 +02:00
* Org features not supported by mege
2011-07-07 23:07:48 +02:00
2011-07-10 16:03:48 +02:00
** In lists
#+BEGIN_SRC
2011-07-12 21:54:06 +02:00
10. [&10]Starting at 10
2011-07-10 16:03:48 +02:00
11. ABC
2011-07-12 21:54:06 +02:00
40. [&40]Going to 40
2011-07-10 16:03:48 +02:00
41. 2+2=4
#+END_SRC