mirror of
https://github.com/danog/parser.git
synced 2024-12-11 16:49:47 +01:00
479f51913c
Signed-off-by: azjezz <azjezz@protonmail.com>
16 lines
221 B
Plaintext
16 lines
221 B
Plaintext
[
|
|
InlineHtml(
|
|
"<h1>\n ",
|
|
),
|
|
Echo {
|
|
values: [
|
|
LiteralString {
|
|
value: "Hello, world!",
|
|
},
|
|
],
|
|
},
|
|
InlineHtml(
|
|
"\n</h1>",
|
|
),
|
|
]
|