summaryrefslogtreecommitdiff
path: root/test/paragraphs_test.rb
AgeCommit message (Expand)Author
2015-12-29remove trailing endlines in sourceDan Allen
2015-10-25resolves #1544 built-in writer should not fail if output is nilDan Allen
2014-08-11stylesheet improvements; use data-lang for source listingsDan Allen
2014-08-07add line break opportunity (​) after emdash and ellipsesDan Allen
2014-07-14resolves #717 disable single quotes as formatting marks for emphasized textDan Allen
2014-02-05refactor unit tests so they work in RubyMineCharles Moulliard
2013-11-20resolves #799 perform normal subs on verse contentDan Allen
2013-11-07resolves #768 emit warning if part is invalidDan Allen
2013-10-07resolves #579 specialchars subs alias, shorthand subsDan Allen
2013-09-30resolves #630 add hardbreaks option to blockDan Allen
2013-08-25only remove leading indent from normal paragraphDan Allen
2013-08-23unindent literal paragraph with normal styleDan Allen
2013-05-27resolves #202 add prettify source-highlighterDan Allen
2013-05-23resolves #328 support for inline renderingDan Allen
2013-05-16minor fixesDan Allen
2013-05-02resolves #297 support for abstract and partintroDan Allen
2013-05-02resolves #309 exclude attribute div if quote has no attributionDan Allen
2013-04-22resolves #265 add admonition name as style classDan Allen
2013-04-22resolves #187 complete masquerade functionality for blocks & paragraphsDan Allen
2013-04-21resolves #220 support explicit subs on blocksDan Allen
2013-02-20numerous cleanups, optimizations and minor fixesDan Allen
2013-01-26index term macros and testsDan Allen
2013-01-25use blockquote tag for quote blocksDan Allen
2013-01-24fix nested list eating labeled list term and testsDan Allen
2013-01-16source highlighting (CodeRay & highlight.js)Dan Allen
2013-01-13fully-compliance AsciiDoc table support (psv, dsv, csv)Dan Allen
2013-01-03fix warningsDan Allen
2013-01-03Add DocBook backend templates + loads of improvementsDan Allen
2012-12-25robust and thorough attribute list parsingDan Allen
2012-12-17make ruler a block, make comments handling more robustDan Allen
2012-12-17rework templates to be more complete and handle whitespace betterDan Allen
2012-12-16chomp last endline in blocks, preserve endlines in fixtures for testsDan Allen
2012-12-16remove misplaced :quote in content switch, fix testDan Allen
2012-12-15Integrate upstream changesDan Allen
2012-12-15trim indentation on literal created from indentationDan Allen
2012-12-15more tests for admonitionsDan Allen
2012-12-15tests for quote & verse, update respective templatesDan Allen
2012-12-13resolves issue #2 - sidebar content not processedDan Allen
2012-12-11recognize and exclude block commentsDan Allen
2012-12-11fix duplication of block at end of sectionDan Allen
2012-06-13Add :listing blocks as well as the weird [source, ruby] kind of listing block...Ryan Waldron
2012-06-13Fix test for NOTE elementsRyan Waldron
2012-06-13Update paragraph testsJeremy McAnally
2012-06-13Paragraph tests (broken now due to header breakage)Jeremy McAnally