| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-05-12 | resolves #470 do not crash on an SVG image inside table cell (#473) | Marat Radchenko | |
| closes #471 | |||
| 2024-01-07 | resolves #443 escape double quotes in alt text (#455) | Marat Radchenko | |
| 2021-04-18 | resolves #396 add support for :back-cover-image: document attribute | Marat Radchenko | |
| 2020-11-25 | resolves #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-22 | resolves #370 do not add multiple entries for same media files in book manifest | Marat Radchenko | |
| 2020-07-03 | resolves #10 add support for MathML via AsciiMath (#346) | Marat Radchenko | |
| 2020-06-21 | resolves #339 store syntax highlighter CSS in a separate file (#340) | Marat Radchenko | |
| 2020-03-12 | fix inline-image fixture book to actually use inline image | Marat Radchenko | |
| 2020-03-12 | resolves #9 add basic audio and video support (#323) | Marat Radchenko | |
| 2020-02-29 | test that appendix properly gets its own chapter file | Marat Radchenko | |
| 2020-02-25 | resolves #304 add basic support for multi-part books (PR #311) | Marat Radchenko | |
| 2020-02-25 | include 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-25 | resolves #303 add support for book preamble (PR #310) | Marat Radchenko | |
| 2020-02-24 | add 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-19 | fix logging to work through logger | Marat Radchenko | |
| fix front matter files to be actually added to spine (and test that) fix image data not being included into epub | |||
| 2020-02-18 | Readded handling for multiple front matter files, including test. #110 | Rainer Volz | |
| 2020-02-18 | resolves #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-18 | Add test for 'svg' attribute | Marat Radchenko | |
| Unfortunately, there's a bug in gepub (https://github.com/skoji/gepub/issues/110) so comment out test for now | |||
| 2020-02-16 | add test for keywords | Marat Radchenko | |
| 2020-02-15 | minor fixture cleanups | Marat Radchenko | |
| 2020-02-15 | resolves #300 search for `front-matter.html` in document dir instead of CWD ↵ | Marat Radchenko | |
| (PR #301) | |||
| 2020-02-15 | Unify all fixture books | Marat Radchenko | |
| 2020-02-13 | add test for footnotes (PR #299) | Marat Radchenko | |
| 2020-02-13 | resolves #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-13 | add more tests (PR #298) | Marat Radchenko | |
| 2020-02-12 | resolves #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-07 | resolves #183 add support for image width/height attributes (PR #294) | Marat Radchenko | |
| 2020-02-06 | resolves #155 add support for Font Awesome Solid 5.12.0 (PR #290) | Marat Radchenko | |
| 2020-02-05 | see #10 convert stem blocks to `<code>$stem_text</code>` (PR #293) | Marat Radchenko | |
| 2020-02-04 | resolves #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-01 | introduce to_epub test helper to reduce boilerplate code in tests (PR #287) | Marat Radchenko | |
| 2020-01-31 | add test for deep chapter includes (PR #286) | Marat Radchenko | |
| 2020-01-23 | resolves #14 handle invalid `revdate` gracefully (PR #248) | Marat Radchenko | |
| 2020-01-23 | resolves #217 add support for Unicode characters in chapter IDs (PR #243) | Marat Radchenko | |
| 2020-01-22 | resolves #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 | |||
