summaryrefslogtreecommitdiff
path: root/test/sections_test.rb
AgeCommit message (Expand)Author
2014-08-01resolves #706 output and style macro toc correctlyDan Allen
2014-07-31resolves #684 alias sectnums attribute to numbered attributeDan Allen
2014-07-08Merge PR #969 from @kenfinniganDan Allen
2014-07-08resolves #967 - toc doesn't display nested elements correctlyKen Finnigan
2014-07-04resolves #530 support leveloffset on include directive and relative valuesDan Allen
2014-05-16resolves #892 match word characters defined by UnicodeDan Allen
2014-04-08tests: switch to minitestKen Dreyer
2014-02-28use implicit method rescue block in cli; cleanup interrupt handlingDan Allen
2014-02-26resolves #778, rewrite converter API; resolves #638, integrate thread_safe gemDan Allen
2014-02-19another fix for supporting 5 digit entity referencesDan Allen
2014-02-16resolves #554 switch default docbook backend to docbook5brian m. carlson
2014-02-05refactor unit tests so they work in RubyMineCharles Moulliard
2013-12-02resolves #818 recognize float style with shorthand syntax outside blockDan Allen
2013-11-07resolves #768 automatically wrap part intro content in partintro blockDan Allen
2013-11-07resolves #768 emit warning if part is invalidDan Allen
2013-10-20changes related to #679Dan Allen
2013-10-19resolves #715 replace single quote at end of wordDan Allen
2013-10-16Merge pull request #691 from mojavelinux/issue-683Dan Allen
2013-10-14disallow quoted values in block and inline anchorsDan Allen
2013-10-14resolves #697 honor reftext defined in embedded section title anchorDan Allen
2013-10-14strengthen anchor matchesDan Allen
2013-10-14resolves #695 allow spaces in reftext defined in block anchorDan Allen
2013-10-14resolves #693 use reftext of section or block in text of xref linkDan Allen
2013-10-13check context instead of type to detect sectionsDan Allen
2013-10-13resolves #683 number sections in appendix using appendix numberDan Allen
2013-10-12resolves #685 number chapters sequentially, alwaysDan Allen
2013-10-01resolves #549 added sectnumlevels to control depth of section numberingDan Allen
2013-09-05resolves #618 consolidate toc attributesDan Allen
2013-08-13resolves #556 print warning/error messages using warnDan Allen
2013-08-11resolves #551 strip leading separator(s) on section id if idprefix is blankDan Allen
2013-07-30resolves #167 correctly calculate line length in Ruby 1.8Dan Allen
2013-07-09resolves #467 support toc position for toc2Dan Allen
2013-06-17resolves #431 use ul list for TOC in HTML5 backendDan Allen
2013-06-09fix tests for testing slim and haml backendsDan Allen
2013-06-06resolves #393 numbered can still be toggled even when enabled in APIDan Allen
2013-06-05resolves #393 numbering should not increment on unnumbered sectionsDan Allen
2013-05-29resolves #373 support markdown-style headings as section titlesDan Allen
2013-05-29resolves #369 make level 0 section titles more prominent in TOCDan Allen
2013-05-28add sect0 class to level 0 section headingsDan Allen
2013-05-28resolves #341 toc should honor numbered attributeDan Allen
2013-05-26resolves #285 add toc2 layout to default stylesheetDan Allen
2013-05-26resolves #80 Add tests for all special sectionsDan Allen
2013-05-26resolves #122 link section titlesDan 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-23resolves #334 add section level 5 (maps to <h6> in html5 backend)Dan Allen
2013-05-02resolves #295 support preamble toc-placementDan Allen
2013-04-23resolves #269 implement toc::[] macroDan Allen
2013-04-22resolves #265 add admonition name as style classDan Allen
2013-04-22render level 0 special sections as correct levelDan Allen