ftd 0.2.0

ftd: FifthTry Document Format
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
-- import: ft

-- boolean mobile: true

-- ftd.column foo:

--- ftd.text: Mobile
if: $mobile

--- ftd.text: Desktop
if: not $mobile

-- foo:

-- ftd.text: Click here!
$on-click$: toggle $mobile