summaryrefslogtreecommitdiff
path: root/test/blocks_test.rb
AgeCommit message (Expand)Author
2013-07-14upgrade Font Awesome to 3.2.1Dan Allen
2013-07-10resolves #381 link to CodeRay stylesheet if linkcss is setDan Allen
2013-06-24resolves #451 upgrade font awesome to 3.2.0Dan Allen
2013-06-24resolves #447 add html-pipeline as source-highlighter optionDan Allen
2013-06-18resolves #303 pre-wrap literal blocks, add nowrap optionDan Allen
2013-06-09fix tests for testing slim and haml backendsDan Allen
2013-06-03resolves #389 only split quote attribution on first commaDan Allen
2013-05-29resolves #196 support alternative quote formsDan Allen
2013-05-28resolves #365 add indent attribute to verbatim blocksDan Allen
2013-05-27resolves #202 add prettify source-highlighterDan Allen
2013-05-26resolves #115 add option to use font iconsDan Allen
2013-05-26output screen element in docbook for listing or source block w/o languageDan Allen
2013-05-25resolves #175 block title not allowed above document titleDan Allen
2013-05-25resolves #321 move caption to AbstractBlock, assign even if no titleDan Allen
2013-05-25resolves #313 honor haml/slim/jade-like shorthand for id and role attributesDan Allen
2013-05-02validate partinfo & abstract usage; optimize templatesDan 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-25resolves #76 add a default stylesheetDan Allen
2013-04-23resolves #155 implement video and audio macrosDan Allen
2013-04-22resolves #265 add admonition name as style classDan Allen
2013-04-22inline frequently used templates instead of using ERBDan Allen
2013-04-22fix test in JRubyDan Allen
2013-04-22compliance bug fixes and more testsDan Allen
2013-04-22resolves #187 complete masquerade functionality for blocks & paragraphsDan Allen
2013-04-21resolves #220 support explicit subs on blocksDan Allen
2013-04-17resolves #217 don't compact nested documentsDan Allen
2013-02-20numerous cleanups, optimizations and minor fixesDan Allen
2013-02-20merge upstream changesDan Allen
2013-02-19organize code in Asciidoctor module; optimize block matchDan Allen
2013-02-13resolves #157 should pass through image with uri referenceDan Allen
2013-02-12refactor reader to process attribute entries and directives during parsingDan Allen
2013-01-26restrict document from enabling icons in SECURE modeDan Allen
2013-01-25Merge pull request #121 from mojavelinux/iconstype-to-icontypeRyan Waldron
2013-01-25resolves issue #125, clean CRLF from endlinesDan Allen
2013-01-24change iconstype to icontype, reads betterDan Allen
2013-01-23resolve issue #93, add SERVER safe mode levelDan Allen
2013-01-22windows compatibility fixesDan Allen
2013-01-22fix merge errors, clean outfile, return absolute path from fixture_pathDan Allen
2013-01-22Bad merge on the blocks_test, fixedLightGuard
2013-01-22Modifying the fix to work on Ruby 1.8.7LightGuard
2013-01-17add counters and figure, table and example captionsDan Allen
2013-01-16source highlighting (CodeRay & highlight.js)Dan Allen
2013-01-15organize safe modes in a module, align path normalizationDan Allen
2013-01-15optimize rendering and add additional configurationDan Allen
2013-01-15introduce safe modeDan Allen
2013-01-13fully-compliance AsciiDoc table support (psv, dsv, csv)Dan Allen
2013-01-10Merge pull request #71 from mojavelinux/list-fixesRyan Waldron
2013-01-10fix bad reference to safe-paths, don't clobber valueDan Allen
2013-01-09add test for block title carrying over from section to first blockDan Allen