| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-10-31 | prepare for 1.5.3 release | Dan Allen | |
| 2015-10-31 | include full stop after footnote number in embeddable HTML | Dan Allen | |
| 2015-10-30 | upgrade highlight.js to 8.9.1 | Dan Allen | |
| 2015-10-30 | resolves #1556 correctly calculate colnames for implicit columns | Dan Allen | |
| 2015-10-30 | resolves #1301 and #1224 add support for interactive & inline SVGs | Dan Allen | |
| - use object element to embed SVG in HTML if interactive option is set - use format attribute on image macro to explicitly set image format - embed SVG data directly into HTML if inline option is set (including remote URI) - always use img element for SVG if safe mode is secure - add CSS to make object element with image/svg+xml data and svg behave like img element - add tests for SVG images - consolidate/cleanup code in converter | |||
| 2015-10-27 | resolves #1551 add helper methods to List and ListItem | Dan Allen | |
| 2015-10-26 | resolves #1336 resolve regexp for inline macro lazily | Dan Allen | |
| 2015-10-25 | resolves #1544 built-in writer should not fail if output is nil | Dan Allen | |
| - don't fail if output is nil - don't output trailing endline if output is empty - inline doctype should return nil if there's nothing to convert | |||
| 2015-10-24 | Merge pull request #1531 from mojavelinux/issue-1530 | Dan Allen | |
| resolves #1530 honor htmlsyntax attribute when backend is html/html5 | |||
| 2015-10-23 | Merge pull request #1536 from mojavelinux/issue-1313 | Dan Allen | |
| resolves #1313 autoload Tilt when template converter is instantiated | |||
| 2015-10-23 | resolves #1537 strip comment lines in indented text of dlist item | Dan Allen | |
| 2015-10-23 | do not attempt to scan pattern of non-existent directory | Dan Allen | |
| 2015-10-22 | resolves #1313 autoload Tilt when template converter is instantiated | Dan Allen | |
| 2015-10-22 | minor code cleanup | Dan Allen | |
| 2015-10-22 | comments | Dan Allen | |
| 2015-10-22 | resolves #1530 honor htmlsyntax attribute when backend is html/html5 | Dan Allen | |
| 2015-10-20 | consolidate code to set default for Hash constants | Dan Allen | |
| 2015-10-20 | fix grammar in warning messages regarding thread_safe gem | Dan Allen | |
| 2015-10-18 | resolves #1523 use <sup> for footnote reference in text instead of <span> | Dan Allen | |
| 2015-10-18 | small optimization to asciimath gem loading | Dan Allen | |
| 2015-10-18 | follow-up to #1517 restore require of asciidoctor/opal_ext | Dan Allen | |
| 2015-10-18 | Merge pull request #954 from pepijnve/asciimath | Dan Allen | |
| Add asciimath support for docbook5 | |||
| 2015-10-18 | Add asciimath to mathml converter to support asciimath in docbook converter | Pepijn Van Eeckhoudt | |
| 2015-10-17 | resolves #1510 use value of docinfo attribute to enable docinfo behavior | Dan Allen | |
| - use docinfo attribute to enable docinfo behavior - rename :header docinfo location to :head - add permutation tests for docinfo | |||
| 2015-10-17 | Merge pull request #1518 from mojavelinux/issue-1517 | Dan Allen | |
| resolves #1517 remove opal_ext from core | |||
| 2015-10-15 | resolves #1517 remove opal_ext from core | Dan Allen | |
| 2015-10-16 | Fixes #1366: Added method AbstractNode#add_role and AbstractNode#remove_role | Robert.Panzer | |
| 2015-10-14 | Merge pull request #1354 from Mogztter/local-file | Dan Allen | |
| Allow to read assets when running in Opal | |||
| 2015-10-14 | Implement IO.read (delegate to File.read) and File.readable in Opal | Guillaume Grossetie | |
| 2015-10-11 | resolves #1255 restore attributes after parse | Dan Allen | |
| - allows attributes to be overridden by API | |||
| 2015-10-11 | remove commented code | Dan Allen | |
| 2015-10-10 | Merge pull request #1507 from mojavelinux/issue-1306 | Dan Allen | |
| resolves #1306 preserve escaped delimiter at end of line in a table | |||
| 2015-10-10 | Merge pull request #1506 from mojavelinux/issue-1460 | Dan Allen | |
| resolves #1460 don't crash if colspan exceeds colspec | |||
| 2015-10-10 | resolves #1306 preserve escaped delimiter at end of line in a table | Dan Allen | |
| 2015-10-09 | minor code optimizations & cleanups | Dan Allen | |
| 2015-10-09 | resolves #1460 don't crash if colspan exceeds colspec | Dan Allen | |
| 2015-10-09 | resolves #1443 insert toc at default location in embeddable HTML | Dan Allen | |
| 2015-10-08 | Merge pull request #1504 from mojavelinux/issue-1503 | Dan Allen | |
| resolves #1503 insert docinfo footer below footer div | |||
| 2015-10-08 | resolves #1503 insert docinfo footer below footer div | Dan Allen | |
| - insert docinfo footer content below footer div - insert docinfo footer even if nofooter is set | |||
| 2015-10-07 | Merge pull request #1502 from mojavelinux/issue-1256 | Dan Allen | |
| resolves #1256 don't overwrite existing id entry in references table | |||
| 2015-10-06 | resolves #1256 don't overwrite existing id entry in references table | Dan Allen | |
| 2015-10-05 | resolves #1495 allow docdate and doctime to be overridden | Dan Allen | |
| 2015-10-05 | resolves #1347 make AsciiDoc safe mode option on Slim engine match document | Dan Allen | |
| 2015-10-05 | resolves #1412 use outfilesuffix defined in header when resolving outfile | Dan Allen | |
| - assign outfilesuffix to instance variable on Document after parsing header - expose reader for outfilesuffix property on Document - force load method to parse document when invoked from convert* methods | |||
| 2015-10-05 | resolves #1458 don't fail to save cause of Java exception | Robert Panzer | |
| 2015-10-04 | addresses #1191 force encoding of attribute values passed from cli | Dan Allen | |
| 2015-10-03 | ignore empty cols attribute on table | Dan Allen | |
| 2015-09-18 | always assign playlist param when loop option is enabled for YouTube video | Dan Allen | |
| 2015-08-15 | resolves #1465 upgrade Font Awesome to 4.4.0 | Guillaume Grossetie | |
| 2015-07-21 | resolves #1422 introduce helper methods for sniffing URIs | Dan Allen | |
| - add Helpers.uriish? to check if String resembles URI - add Helpers.uri_prefix to retrieve URI prefix pattern from string - deprecate is_uri? method on AbstractNode - minor optimizations | |||
