|
16 | 16 | {"type":"GenericStrong","value":"**bold**"},
|
17 | 17 | {"type":"Text","value":" on the "},
|
18 | 18 | {"type":"GenericStrong","value":"**same line**"},
|
| 19 | + {"type":"Text","value":".\n\nMultiple "}, |
| 20 | + {"type":"GenericEmph","value":"_italic_"}, |
| 21 | + {"type":"Text","value":" on the "}, |
| 22 | + {"type":"GenericEmph","value":"*same_line*"}, |
19 | 23 | {"type":"Text","value":".\n\n"},
|
20 | 24 | {"type":"GenericSubheading","value":"## user defined function in cql\n"},
|
21 | 25 | {"type":"Text","value":"\n"},
|
|
29 | 33 | {"type":"Punctuation","value":","},
|
30 | 34 | {"type":"NameOther","value":"num"},
|
31 | 35 | {"type":"Punctuation","value":")"},
|
32 |
| - {"type":"Text","value":" \n"}, |
| 36 | + {"type":"Text","value":"\n"}, |
33 | 37 | {"type":"LiteralString","value":"```"},
|
34 | 38 | {"type":"Text","value":"\n\n"},
|
35 | 39 | {"type":"LiteralString","value":"```cql\n"},
|
|
78 | 82 | {"type":"Keyword","value":"AS"},
|
79 | 83 | {"type":"TextWhitespace","value":" "},
|
80 | 84 | {"type":"LiteralStringHeredoc","value":"$$"},
|
81 |
| - {"type":"Text","value":" \n "}, |
| 85 | + {"type":"Text","value":"\n "}, |
82 | 86 | {"type":"NameOther","value":"column"},
|
83 | 87 | {"type":"Punctuation","value":"."},
|
84 | 88 | {"type":"NameOther","value":"substring"},
|
|
87 | 91 | {"type":"Punctuation","value":","},
|
88 | 92 | {"type":"NameOther","value":"num"},
|
89 | 93 | {"type":"Punctuation","value":")"},
|
90 |
| - {"type":"Text","value":" \n"}, |
| 94 | + {"type":"Text","value":"\n"}, |
91 | 95 | {"type":"LiteralStringHeredoc","value":"$$"},
|
92 | 96 | {"type":"Punctuation","value":";"},
|
93 | 97 | {"type":"TextWhitespace","value":"\n\n"},
|
|
191 | 195 | {"type":"Punctuation","value":");"},
|
192 | 196 | {"type":"Text","value":"\n\n"},
|
193 | 197 | {"type":"Keyword","value":"select"},
|
194 |
| - {"type":"Text","value":" \n "}, |
| 198 | + {"type":"Text","value":"\n "}, |
195 | 199 | {"type":"LiteralStringHeredoc","value":"$my_tag$aoeuaoeu$my_tag$"},
|
196 | 200 | {"type":"Text","value":" "},
|
197 | 201 | {"type":"Keyword","value":"as"},
|
|
0 commit comments