view misc/test_syntaxes/sample_text_dc_wiki.wiki @ 116:d0a5db5b9bdf

docker: fixed bad stopping: - use exec when it was missing, so the TERM signal is properly catched, and containers can be stopped instead of being killed after 10s - for a unknown reason, exec and su don't handle correctly "$@" with Docker in base.scripts/sat. It's working as expected when launched from withing a running container, but not when launched with "docker run", so a workaround is used with trap and wait
author Goffi <goffi@goffi.org>
date Fri, 04 Mar 2016 23:31:26 +0100
parents 7b848d093c3a
children
line wrap: on
line source

__''test''__

\[not an url\]

test2

!!!!!title
!!!title
----
test3
test4

* item 1
** item 1.1
** item 1.2
** item __1.3__
** item 1.4
* item 2
* item 3
*# item 3.1

 test
 bla
 bla

> this is
> a quoting block
> with __bold__ and '''emphasis''
> is it working?

toto%%%titi%%%tata

test with note 1$$this is note 1$$
test with some __bold__$$this is note 2$$
$$test without text$$

[name|http://example.net|fr]

((http://repos.goffi.org/sat_media/raw-file/tip/icons/apps/128/sat.png|SàT logo|C|long description))

~anchor~

++insertion++ and --deletion--and ++insertion with ''emphasis''++

??acronym|title??

{{quote|en|http://example.net}}

///html
<p style="color:red">my text in red</p>
///