SGF representaion of HTML:
Code: Select all
(
;FF[4] <-- required
HTML[lang:en] <-- Compose type
(
;HEAD[] <-- None
(
;META[charset:utf8] <-- Compose type
)
(
;TITLE[] <-- None
C[Not Found]
)
(
;SCRIPT[type:text/javascript]
C[function sum (a, b) {
return a + b;
}
]
)
)
(
;BODY[]
(
;HI[] <-- H1 is illegal
C[Not Found]
)
(
;P[class:text-muted]
C[The requested URL was not found on this server.]
)
)
)
How should I handle "<p>foo<br>bar</p>"?
[/off topic]