diff options
| author | Marat Radchenko <marat@slonopotamus.org> | 2024-01-07 18:14:04 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-07 18:14:04 +0300 |
| commit | 3e7fb05a39fa73c77da1f98a0d5aa3199cd62aa6 (patch) | |
| tree | ffeb34cf105e1e4e0c0778980da30d0f50de24c5 /spec/fixtures/image-dimensions | |
| parent | f4159115829d804dd3276b5e5f730357c88a226a (diff) | |
resolves #443 escape double quotes in alt text (#455)
Diffstat (limited to 'spec/fixtures/image-dimensions')
| -rw-r--r-- | spec/fixtures/image-dimensions/chapter.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/fixtures/image-dimensions/chapter.adoc b/spec/fixtures/image-dimensions/chapter.adoc index 4080080..b645a4f 100644 --- a/spec/fixtures/image-dimensions/chapter.adoc +++ b/spec/fixtures/image-dimensions/chapter.adoc @@ -4,4 +4,4 @@ image::square.png[100x100,100,100] image::square.png[50x50,50,50] image::square.png[50x?,50] image::square.png[25%x?,25%] -image::square.png[invalid,25em] +image::square.png[invalid",25em] |
