view misc/test_syntaxes/sample_text_dc_wiki.wiki @ 134:4549cf265131

flatpak: install D-Bus .service on each frontend: work around lack of dependency handling in Flatpak by installing D-Bus .service on each frontend. This works because all backend is included in the runtime, but we have to add backend permissions to all frontend, and set --own-name=org.salutatoi.SAT. Furthermore, if one frontend is removed, the symbolic link is removed and the backend will not be launched automatically anymore, even if other frontends are still there. The benefict of this method is that backend has not to be installed manually to use a frontend.
author Goffi <goffi@goffi.org>
date Sun, 15 Jul 2018 16:56:55 +0200
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>
///