More testing.
This commit is contained in:
parent
f320a33ec7
commit
85e40cf652
|
@ -24,6 +24,8 @@
|
||||||
href='/static/tty.css' />
|
href='/static/tty.css' />
|
||||||
<link rel='stylesheet' type='text/css' media='handheld'
|
<link rel='stylesheet' type='text/css' media='handheld'
|
||||||
href='/static/handheld.css' />
|
href='/static/handheld.css' />
|
||||||
|
<link rel='stylesheet' type='text/css' media='handheld, screen and
|
||||||
|
(max-width: 500px)' href='/static/handheld.css' />
|
||||||
<link href='/atom.xml' type='application/atom+xml' rel='alternate' title='metanohi atom feed' />
|
<link href='/atom.xml' type='application/atom+xml' rel='alternate' title='metanohi atom feed' />
|
||||||
<link rel='schema.DCTERMS' href='http://purl.org/dc/terms/' />
|
<link rel='schema.DCTERMS' href='http://purl.org/dc/terms/' />
|
||||||
<meta name='DCTERMS.title' content='{title}' />
|
<meta name='DCTERMS.title' content='{title}' />
|
||||||
|
|
|
@ -12,7 +12,6 @@ Test of many features
|
||||||
+ C
|
+ C
|
||||||
|
|
||||||
Another list:
|
Another list:
|
||||||
|
|
||||||
+ The text of this line actually takes up two lines in its source form, and
|
+ The text of this line actually takes up two lines in its source form, and
|
||||||
not just one.
|
not just one.
|
||||||
+ Just one line
|
+ Just one line
|
||||||
|
@ -37,6 +36,39 @@ Another list:
|
||||||
** Images
|
** Images
|
||||||
#@img;url=test.png,alt='This is a test picture',width=340
|
#@img;url=test.png,alt='This is a test picture',width=340
|
||||||
|
|
||||||
|
** Block containers
|
||||||
|
|
||||||
|
Block quote:
|
||||||
|
|
||||||
|
#@block
|
||||||
|
Hello.
|
||||||
|
#@
|
||||||
|
|
||||||
|
** Inline container
|
||||||
|
|
||||||
|
abc
|
||||||
|
#@-strong,textsize=tiny
|
||||||
|
def
|
||||||
|
|
||||||
|
(no new parapraph)
|
||||||
|
#@
|
||||||
|
ghi.
|
||||||
|
|
||||||
|
** Tables
|
||||||
|
*** Body only
|
||||||
|
| Name | Age |
|
||||||
|
| Xryurg | 300 |
|
||||||
|
| Bkrau | 2 |
|
||||||
|
*** With head and foot
|
||||||
|
| Name | Age |
|
||||||
|
|--------+-----|
|
||||||
|
| Xryurg | 300 |
|
||||||
|
| Bkrau | 2 |
|
||||||
|
|--------+-----|
|
||||||
|
| Name | Age |
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
* Org features not supported by mege
|
* Org features not supported by mege
|
||||||
|
|
||||||
** In lists
|
** In lists
|
||||||
|
|
Loading…
Reference in New Issue