diff options
Diffstat (limited to 'test/markup/paragraph toggle/output.html')
-rw-r--r-- | test/markup/paragraph toggle/output.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/test/markup/paragraph toggle/output.html b/test/markup/paragraph toggle/output.html new file mode 100644 index 0000000..fc4ad7a --- /dev/null +++ b/test/markup/paragraph toggle/output.html @@ -0,0 +1,17 @@ +<style> + body { + width: 100%; + } + + main { + width: 35rem; + margin: 0 auto; + } +</style> + +<p> +Hello! +</p> +<p> +welcome in. +</p> \ No newline at end of file |