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
/
lists_test.rb
Age
Commit message (
Expand
)
Author
2013-07-04
resolves #478 make callout bullets non-selectable
Dan Allen
2013-07-02
resolves #469, #364, #472 list improvements
Dan Allen
2013-06-13
resolves #200 add support for checklists in unordered list
Dan Allen
2013-05-30
cleanups and minor bug fixes
Dan Allen
2013-05-27
resolves #202 add prettify source-highlighter
Dan Allen
2013-05-26
resolves #115 add option to use font icons
Dan Allen
2013-05-26
output screen element in docbook for listing or source block w/o language
Dan Allen
2013-05-26
resolves #315 consecutive terms in labeled list share same entry
Dan Allen
2013-05-24
resolves #298 horizontal dlist layout in docbook backend
Dan Allen
2013-04-22
compliance bug fixes and more tests
Dan Allen
2013-04-22
resolves #187 complete masquerade functionality for blocks & paragraphs
Dan Allen
2013-04-20
resolves #260 use code element instead of tt
Dan Allen
2013-04-15
resolves #231 question must be wrapped in simpara
Dan Allen
2013-02-12
refactor reader to process attribute entries and directives during parsing
Dan Allen
2013-01-30
allow block in list continuation to have block attributes
Dan Allen
2013-01-28
add horizontal dlists
Dan Allen
2013-01-26
Merge pull request #130 from mojavelinux/callout-icons
Ryan Waldron
2013-01-26
Merge pull request #133 from mojavelinux/list-with-comments-tests
Ryan Waldron
2013-01-26
tests for lists with multiple adjacent line comments
Dan Allen
2013-01-26
use callout icons if icons enabled
Dan Allen
2013-01-25
footnotes, special sections and lists
Dan Allen
2013-01-24
cleanups
Dan Allen
2013-01-24
fix nested list eating labeled list term and tests
Dan Allen
2013-01-15
optimize rendering and add additional configuration
Dan Allen
2013-01-13
fully-compliance AsciiDoc table support (psv, dsv, csv)
Dan Allen
2013-01-10
additional list test for title on following block
Dan Allen
2013-01-10
prevent literal & indented content from being too greedy
Dan Allen
2013-01-09
make sure nested labeled lists are found when indented
Dan Allen
2013-01-09
prevent empty dd element for item w/ multiple terms
Dan Allen
2013-01-09
parse document directly instead of chunking into section lines
Dan Allen
2013-01-07
rework list reading to be more compliant & compact
Dan Allen
2013-01-05
Merge pull request #53 from mojavelinux/callouts
Ryan Waldron
2013-01-04
(re)implement callouts and callout lists
Dan Allen
2013-01-04
fold wrapped list item text aligned with first line
Dan Allen
2013-01-03
fix warnings
Dan Allen
2013-01-03
Add DocBook backend templates + loads of improvements
Dan Allen
2012-12-28
rework list items & section partitioning
Dan Allen
2012-12-23
add template for openblock and tests for openblock & example block
Dan Allen
2012-12-17
parse header metadata (author, revision info)
Dan Allen
2012-12-15
add constants & tests for list continuations
Dan Allen
2012-12-14
use templates for list items, improve dlists
Dan Allen