elm-pages-v3-beta/examples/escaping
2021-12-10 10:57:25 -08:00
..
dist/escaping Update test output. 2021-12-02 11:56:57 -08:00
public Add an end-to-end test setup for testing escaped HTML output. 2021-08-03 13:19:08 -07:00
src Use empty records instead of empty tuples for stateless Page Module's Model. Tweak Page builder API. Add option for local and shared state in generators. 2021-12-10 09:52:12 -08:00
.gitignore Add an end-to-end test setup for testing escaped HTML output. 2021-08-03 13:19:08 -07:00
elm-application.json Add an end-to-end test setup for testing escaped HTML output. 2021-08-03 13:19:08 -07:00
elm-tooling.json Add an end-to-end test setup for testing escaped HTML output. 2021-08-03 13:19:08 -07:00
elm.json Port over HTML to string helpers from elm-explorations/test. TODO - still need to port the escaping fixes I did to the elm-explorations/test implementation. 2021-10-07 11:34:08 -07:00
package-lock.json Update example. 2021-12-10 10:57:25 -08:00
package.json Revert "Try using ignore-space-change flag for git diff." 2021-10-16 10:56:43 -07:00
README.md Add an end-to-end test setup for testing escaped HTML output. 2021-08-03 13:19:08 -07:00
unsafe-script-tag.txt Remove newline in input file for now. 2021-10-16 11:07:18 -07:00

Escaping

This example is for testing the html-to-string functionality, which is vendored from https://github.com/ThinkAlexandria/elm-html-in-elm.