summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-12-17Release 0.0.7v0.0.7Ryan Waldron
2012-12-17Add explicit hash for 1.8.7Ryan Waldron
2012-12-17Bump minor version for releaseRyan Waldron
2012-12-16don't collapse space in multi-line attribute valuesDan Allen
2012-12-16fix quotes so endline is interpretedDan Allen
2012-12-16cleanout dead templatesDan Allen
2012-12-16chomp last endline in blocks, preserve endlines in fixtures for testsDan Allen
2012-12-16trim endline from two-line header delimiter length comparison, add testsDan Allen
2012-12-16remove misplaced :quote in content switch, fix testDan Allen
2012-12-15Merge branch 'master' of https://github.com/erebor/asciidoctorRyan Waldron
2012-12-15Fix comment (mostly to trigger a Travis build)Ryan Waldron
2012-12-15add built-in template for example blockDan Allen
2012-12-15set alt for image if not setDan Allen
2012-12-15add template for block imageDan Allen
2012-12-15remove unneeded REGEXP for listing sourceDan Allen
2012-12-15Integrate upstream changesDan Allen
2012-12-15Integrate upstream changesDan Allen
2012-12-15trim indentation on literal created from indentationDan Allen
2012-12-15handle subs correctly in literal & listing blocksDan Allen
2012-12-15Merge remote-tracking branch 'mojavelinux/issue-2-sidebar' into mojaveRyan Waldron
2012-12-15Fix a test; eliminate a bit of extra whitespaceRyan Waldron
2012-12-15relocate attribute processor methods to lexer, add testsDan Allen
2012-12-15tests for quote & verse, update respective templatesDan Allen
2012-12-15add template for admonition block; use attr methodDan Allen
2012-12-15don't add trailing endline when unshift list itemDan Allen
2012-12-15add block imageDan Allen
2012-12-15add block attributes, rework lexer to use them & more...Dan Allen
2012-12-15add constants & tests for list continuationsDan Allen
2012-12-15resolves issue #1 - support list continuationsDan Allen
2012-12-14add missing built-in templates for quote and verseDan Allen
2012-12-14comment out all inspect lines because they dragDan Allen
2012-12-14use templates for list items, improve dlistsDan Allen
2012-12-13resolves issue #2 - sidebar content not processedDan Allen
2012-12-13make header/footer optional, set intrinsic attributesDan Allen
2012-12-13use idprefix attribute as section_id prefix, if specifiedDan Allen
2012-12-13use term attributes instead of defines as in AsciiDocDan Allen
2012-12-13cover additional heading syntax variantsDan Allen
2012-12-13add handling of preamble contentDan Allen
2012-12-12put nested list inside current list item, per specDan Allen
2012-12-12leave in line comments, they play a role in flowDan Allen
2012-12-12advance after skipping line commentDan Allen
2012-12-12handle line comment w/ no content properlyDan Allen
2012-12-11Bump minor version for releaseRyan Waldron
2012-12-11Merge branch 'proposed' of git://github.com/mojavelinux/asciidoctor into mojaveRyan Waldron
2012-12-11restore escaped single quote after processing emphasisDan Allen
2012-12-11sub special chars before intrinsics; add additional intrinsicsDan Allen
2012-12-11update examples to be consistent w/ APIDan Allen
2012-12-11recognize and exclude block commentsDan Allen
2012-12-11do more sanitizing of section idsDan Allen
2012-12-11don't leave link: on absolute url w/ link: prefixDan Allen