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