view misc/test_syntaxes/sample_text_dc_wiki.wiki @ 138:274af514a5cf

flatpak: reworked packages + made a building script: a new `build_manifest.py` script can now be used to generate flatpak manifests for every frontend of SàT. The manifest can be used both for development versions and stable ones. Templates files (in the form `_tmp_<app-id>.json`) are used to set building instructions. A common runtime specific to SàT has been abandoned following a discussion on the official mailing list. A small wrapper is now used to launch backend automatically if it's not found. Desktop and app metadata have been added for Cagou. Jp and Primitivus don't have appdata and desktop files yet.
author Goffi <goffi@goffi.org>
date Sat, 22 Jun 2019 15:59:07 +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>
///