index
:
asciidoctor
2.0.20-charlotte
main
MSM's fork of Asciidoctor
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
fixtures
Age
Commit message (
Expand
)
Author
2018-04-28
use cursor from source file as context for messages about include tags
Dan Allen
2018-04-24
resolves #2705 populate source_location property on cell when sourcemap optio...
Dan Allen
2018-04-23
populate source_location on list items if sourcemap is enabled
Guillaume Grossetie
2018-04-21
resolves #2361 warn if a specified include tag is unclosed (PR #2696)
Dan Allen
2018-04-20
resolves #2369 change strategy for finding tags inside circumfix comments (PR...
Dan Allen
2018-04-19
resolves #2200 don't convert inter-document xref to internal anchor if target...
Dan Allen
2018-01-02
add missing fixture file
Dan Allen
2017-12-17
resolves #2506 resolve nested includes in remote documents relative to URI (P...
Dan Allen
2017-09-22
resolves #1394 preserve directories if source dir and destination dir are set...
Dan Allen
2017-09-14
eliminate remaining warnings in test suite
Dan Allen
2017-06-20
resolves #1729 add support for include tags in languages with only circumfix ...
Dan Allen
2017-05-18
resolves #1516 add option to exclude tags when including file (PR #2196)
Dan Allen
2016-11-28
use smaller PDF document in test suite
Dan Allen
2016-01-17
resolves #1676 don't fail if SVG start tag name is followed by endline
Dan Allen
2015-10-30
resolves #1301 and #1224 add support for interactive & inline SVGs
Dan Allen
2014-12-20
resolves #405 - add attribute to control which substitutions are performed on...
Guillaume Grossetie
2014-11-10
Allow docinfo to be in separate directory from content
Guillaume Grossetie
2014-10-28
resolves #1158 Enhance error message when reading binary input files
Guillaume Grossetie
2014-09-18
resolves #1072 recognize include tag directives inside XML comments; add test
Dan Allen
2014-07-17
resolves #1027 don't include lines that contain a tag directive
Dan Allen
2014-07-15
resolves #960 clean out old fixtures from test suite
Dan Allen
2014-07-04
resolves #530 support leveloffset on include directive and relative values
Dan Allen
2014-02-27
make document parsing a discrete step, make Reader accessible as property on ...
Dan Allen
2013-11-05
resolves #773 force encoding of docinfo content to UTF-8
Dan Allen
2013-08-21
add test for depth set on include in nested file
Dan Allen
2013-08-21
resolves #575, #572 and #581 refactor reader to track include stack
Dan Allen
2013-08-12
resolves #486 add docinfo option for footer
Dan Allen
2013-06-20
resolves #437 allow multiple template directories to be specified
Dan Allen
2013-06-19
add tests for custom (tilt) backends
Dan Allen
2013-06-06
resolves #403 substitute attributes in docinfo files
Dan Allen
2013-05-01
resolves #308 set proper encoding on input data
Dan Allen
2013-04-25
fix bug resolving custom stylesheet, add tests
Dan Allen
2013-04-17
resolves #226 support including tagged lines
Dan Allen
2013-04-17
resolves #226 add line selection to include macro
Dan Allen
2013-04-16
resolves #116 include docinfo files in header when safe mode < SERVER
Dan Allen
2013-01-30
Remove test specifically that escaped filenames work; that's really a shell f...
Ryan Waldron
2013-01-30
resolves issue #144 - encoding issue w/ utf-8
Dan Allen
2013-01-23
resolve issue #97, add support for name=value@ attribute syntax
Dan Allen
2013-01-21
enhance invoker, add tests, enforce security
Dan Allen
2013-01-15
organize safe modes in a module, align path normalization
Dan Allen
2013-01-04
add support for resolving reference and data image URIs
Dan Allen
2012-12-20
set encoding document template to utf8 and test it
Dan Allen
2012-06-13
Add some basic list element tests
Ryan Waldron
2012-06-01
Add section_literal template; add Asciidoc site index src file to test docs; ...
Ryan Waldron
2012-06-01
Add test script and test asciidoc src
Ryan Waldron