Text format - MarkDown
Keyword is <MARKDOWN>.
Supported tags by MarkDown - original | ||||
---|---|---|---|---|
Formats    | ||||
Start tag | End tag | Notice | XFRX version | |
Bold | ** |
| **bold text** | |
__ |
| __bold text__ | ||
Italic | * | * | *italic text* | |
_ | _ | _italic text_ | ||
StrikeThru | ~~ | ~~ | ~~strike thru ~~ | |
Superscript |
|
|
| |
Subscript | ~ | ~ | H~2~O | Â |
High light |
| Â == | ==any text== | |
Inline block | ` | ` | `var=10` | |
Headings | ||||
Header 1 | # | # Header 1 | ||
Header 2 | ## | Â | ## Header 2 | |
Header 3Â | ### | ### Header 3 | ||
Header 4 | #### | #### Header 4 | ||
Header 5 | ##### | ##### Header 5 | Â | |
Header 6 | ###### | ###### Header 6 | ||
Links | ||||
Link | []() | [XFRX Pages](http://www.eqeus.com/) | ||
Images | ||||
Image | Â ![]() |
| ||
![](http://gorila.netlab.cz/download/cvp/cvp_1.19.0002.png =100x100) | ||||
![](folder/image1.png =100x100) | ||||
![](folder\\image1 | ||||
Unorder lists | ||||
* | * first item | |||
- | -Â first item | |||
+ | + first item | |||
Order lists     | ||||
 1. | 1) first item | |||
Horizontal line     | ||||
| ||||
Block code | ||||
| ``` |
| ||
Quotes | ||||
Single quote | > | |||
Double quote | >> | |||
Tables | ||||
Extended tags by XFRX | ||||
Start tag | End tag | Notice | XFRX version | |
---|---|---|---|---|
VFP Expression with conversion format | @ Â | @VFPEV[pictureformat="99.99"Â xlsf="#0.00"](10) | ||
Options block |
|
|
| |
Expand row by source alias |
| |||
* @TEMPLATE(alias_expression") Expression | ||||
Link with dynamic address | []() | [XFRX Pages]("'http://www.eqeus.com/'+'Home/Download') | ||
Link with dynamic text | []() | ["'XFRX Pages '+TIME\(\)"](http://www.eqeus.com/) | ||
Image with dynamic address | ![]() |
'\\folder\\image1 Â | ||
Order list | 1) | 1) First item |