Dasix / grits-plugin-docs

A Grits plugin for generating documentation
Other
1 stars 1 forks source link

Helpers break when not surrounded by line breaks #27

Open vmadman opened 8 years ago

vmadman commented 8 years ago

I cannot fully explain this, yet, but this will fail:

Something before
{@imarkup
    src="/images/imarkup-test.png"
    crop-y1="20%"
    crop-y2="30%"
    callout="x:50%|y:25%|A"
/}
Something between
{@imarkup
    src="/images/imarkup-test.png"
    crop-y1="20%"
    crop-y2="30%"
    callout="x:50%|y:25%|A"
/}
Something after

.. but this won't ..

Something before

{@imarkup
    src="/images/imarkup-test.png"
    crop-y1="20%"
    crop-y2="30%"
    callout="x:50%|y:25%|A"
/}

Something between

{@imarkup
    src="/images/imarkup-test.png"
    crop-y1="20%"
    crop-y2="30%"
    callout="x:50%|y:25%|A"
/}

Something after