diff options
Diffstat (limited to 'test/fixtures')
-rw-r--r-- | test/fixtures/test4/sub/PAGE.md | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/test/fixtures/test4/sub/PAGE.md b/test/fixtures/test4/sub/PAGE.md index 094da59..f2ebc34 100644 --- a/test/fixtures/test4/sub/PAGE.md +++ b/test/fixtures/test4/sub/PAGE.md @@ -1,5 +1,13 @@ - +##   - + + +## Inline svg + +{% html %} +<svg width="400" height="110"> + <rect width="300" height="100" style="fill:rgb(0,0,255);stroke-width:3;stroke:rgb(0,0,0)"> +</svg> +{% endhtml %} |