HTML output not matching Quick Start example (rendering literally)
#206
Closed
opened 6 years ago by fncll
·
5 comments
Loading…
Reference in New Issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
I installed Racket 7.3 and Pollen (2.0.2142.1197). When I use the code from the Quick Start to test HTML generation:
The output doesn't match the description, but is instead wrapped in code that displays it literally:
What is going on?
What is the filename?
(In this case, the extension needs to be
.pp
not.pm
, because the source contains raw HTML)The filename is
margin.html.pp
-- I am viewing the file using theout
link on the dashboard and what I shared above is when I use View Source.Right, the
out
link shows you the literal output of the file, rendered as plain text. If you want to see the output of the file rendered in the browser as HTML, click on the link in the left column calledmargin.html.pp
.Sorry, I was being particularly dense!