1 $group
2 $
3 var sect = {
4 title: 'Text built-in schema'
5 };
6 section( §)
7 p A text Ittf Document is a bit out of standard. It is
8 \b a common text document that can break the rule of
9 \b only one root node. It can use any command or expression
10 \b of an ITTF Document. A preprocessor transforms the text in
11 \b a standard ittf tree structure.
12 ittf-panel
13 title Example of text mixin for a license file
14 ittf
15 ${'$'}params copy, license
16 MIT License
17 Copyright (c) ${'$'}{copy}
18 ${'$'}if license === 'mit'
19 ${'$'}include mit_license_text
20 ${'$'}elif ...
21 ittf-panel
22 title The mixin transformed by the prepocessor in a standard format
23 ittf
24 text
25 ${'$'}params copy, license
26 + MIT License
27 +
28 + Copyright (c) 2015 The Wizzi Team
29 +
30 ${'$'}if license === 'mit'
31 ${'$'}include mit_license_text
32 ${'$'}elif ...