summaryrefslogtreecommitdiff
path: root/spec/fixtures
AgeCommit message (Collapse)Author
2024-05-12resolves #470 do not crash on an SVG image inside table cell (#473)Marat Radchenko
closes #471
2024-01-07resolves #443 escape double quotes in alt text (#455)Marat Radchenko
2021-04-18resolves #396 add support for :back-cover-image: document attributeMarat Radchenko
2020-11-25resolves #382 use width attribute if image width is in pixels (#384)Marat Radchenko
otherwise, use CSS style because HTML5 only allows pixels in width="..." See https://www.w3.org/TR/2011/WD-html5-20110113/the-map-element.html#attr-dim-width > The width and height attributes on img, iframe, embed, object, video, and, when their type attribute is in the Image Button state, > input elements may be specified to give the dimensions of the visual content of the element (the width and height respectively, > relative to the nominal direction of the output medium), in CSS pixels. > The attributes, if specified, must have values that are valid non-negative integers.
2020-09-22resolves #370 do not add multiple entries for same media files in book manifestMarat Radchenko
2020-07-03resolves #10 add support for MathML via AsciiMath (#346)Marat Radchenko
2020-06-21resolves #339 store syntax highlighter CSS in a separate file (#340)Marat Radchenko
2020-03-12fix inline-image fixture book to actually use inline imageMarat Radchenko
2020-03-12resolves #9 add basic audio and video support (#323)Marat Radchenko
2020-02-29test that appendix properly gets its own chapter fileMarat Radchenko
2020-02-25resolves #304 add basic support for multi-part books (PR #311)Marat Radchenko
2020-02-25include id and role for inline quoting (PR #308)lulalala
Based on Asciidoctor::Converter::Html5Converter. * allowing wrapping with <span> * allowing specifying id * allowing specifying class via role
2020-02-25resolves #303 add support for book preamble (PR #310)Marat Radchenko
2020-02-24add support for multiple authors in book metadata (PR #309)Marat Radchenko
remove (for now) attributed creator links for books because Kindle can't handle them closes #109
2020-02-19fix logging to work through loggerMarat Radchenko
fix front matter files to be actually added to spine (and test that) fix image data not being included into epub
2020-02-18Readded handling for multiple front matter files, including test. #110Rainer Volz
2020-02-18resolves #47 stop requiring specific include file scheme (PR #302)Marat Radchenko
support conversion of article documents to a single-chapter file resolves #205 support special chapters like bibliography resolves #190 `basedir` now points to spine document directory when processing chapter files resolves #178 fix image and listing numbers being reset in each chapter resolves #166 fix xref resolving between sub-includes of chapter files resolves #151 add support for contentless include files resolves #136 drop nonstandard `<<chapter#>>` xref syntax and instead support vanilla `<<anchor>>` or `<<file#anchor>>` syntax resolves #206 properly include bibliography generated by asciidoctor-bibtex require Asciidoctor 1.5.6+
2020-02-18Add test for 'svg' attributeMarat Radchenko
Unfortunately, there's a bug in gepub (https://github.com/skoji/gepub/issues/110) so comment out test for now
2020-02-16add test for keywordsMarat Radchenko
2020-02-15minor fixture cleanupsMarat Radchenko
2020-02-15resolves #300 search for `front-matter.html` in document dir instead of CWD ↵Marat Radchenko
(PR #301)
2020-02-15Unify all fixture booksMarat Radchenko
2020-02-13add test for footnotes (PR #299)Marat Radchenko
2020-02-13resolves #201 make convert_inline_anchor more in line with the html ↵Michael Peyton Jones
converter (PR #204) In particular, some cases were using `node.target` as the `id` instead of `node.id`.
2020-02-13add more tests (PR #298)Marat Radchenko
2020-02-12resolves #203 do not include current date if `:reproducible:` attribute is ↵Marat Radchenko
set (PR #296) Also, respect `SOURCE_DATE_EPOCH` environment variable for reproducible builds
2020-02-07resolves #183 add support for image width/height attributes (PR #294)Marat Radchenko
2020-02-06resolves #155 add support for Font Awesome Solid 5.12.0 (PR #290)Marat Radchenko
2020-02-05see #10 convert stem blocks to `<code>$stem_text</code>` (PR #293)Marat Radchenko
2020-02-04resolves #282 use imagedir from an image's context during packaging (PR #283)Marat Radchenko
resolves #169 images in tables don't show up resolves #190 plantumlconfig is looking in the wrong dir resolves #30 Inline images are not included
2020-02-01introduce to_epub test helper to reduce boilerplate code in tests (PR #287)Marat Radchenko
2020-01-31add test for deep chapter includes (PR #286)Marat Radchenko
2020-01-23resolves #14 handle invalid `revdate` gracefully (PR #248)Marat Radchenko
2020-01-23resolves #217 add support for Unicode characters in chapter IDs (PR #243)Marat Radchenko
2020-01-22resolves #7 fix the (in)famous `undefined method `to_ios'` (PR #239)Marat Radchenko
Now asciidoctor-epub3 will just log an error when given a document that doesn't follow asciidoctor-epub3 rules