mirror of
https://github.com/danog/parser.git
synced 2024-12-13 01:27:29 +01:00
16 lines
221 B
Plaintext
16 lines
221 B
Plaintext
|
[
|
||
|
InlineHtml(
|
||
|
"<h1>\n ",
|
||
|
),
|
||
|
Echo {
|
||
|
values: [
|
||
|
LiteralString {
|
||
|
value: "Hello, world!",
|
||
|
},
|
||
|
],
|
||
|
},
|
||
|
InlineHtml(
|
||
|
"\n</h1>",
|
||
|
),
|
||
|
]
|