summaryrefslogtreecommitdiff
path: root/test/sections_test.rb
AgeCommit message (Expand)Author
2017-07-11resolves #2244 warn if duplicate ID is detected (PR #2308)Dan Allen
2017-07-10add assertion that number property is set on appendixDan Allen
2017-07-09resolves #858 add support for formal xref text (PR #2220)Dan Allen
2017-06-25remove trailing spacesDan Allen
2017-06-24use render_embedded_string method instead of setting header_footer option to ...Dan Allen
2017-06-18always delete title attribute when assigning to blockDan Allen
2017-06-10add test for reindex_sections methodDan Allen
2017-06-04rename references to catalog; alias references to catalog (PR #2237)Dan Allen
2017-06-02resolves #2234 don't number special sections or special subsections by defaul...Dan Allen
2017-05-29simplify regexp for matching inline section anchor (#2224)Dan Allen
2017-05-28rename test helper method expand_entity to decode_charDan Allen
2017-05-27remove invalid test for appendix numberingDan Allen
2017-05-25always set numbered property on appendix to true; add testDan Allen
2017-05-22resolves #2206 assign sectname based on name of manuscript element (PR #2207)Dan Allen
2017-05-21fix misspelling in test titleDan Allen
2017-04-29resolves #2144 allow named entity to have trailing digits (PR #2157)Dan Allen
2017-04-23resolves #2140 honor leveloffset when looking for implicit doctitle (PR #2141)Dan Allen
2017-04-18simplify rx for matching invalid section ID charsDan Allen
2017-03-29rename labeled list to description list internally (PR #2097)Dan Allen
2017-03-17resolves #2083 only recognize uniform underline for setext section title (PR ...Dan Allen
2017-03-15resolves #2074 don't match headings with mixed leading characters (PR #2076)Dan Allen
2017-02-19resolves #2016 generate ID for floating title from converted title (PR #2024)Dan Allen
2016-07-26fix crash in generate_id when both idprefix & idseparator are blank (PR #1821)Dan Allen
2016-01-05resolves #1650 support shorthand syntax in block attributes for document titleDan Allen
2016-01-02resolves #1591 allow special section to be nested at any depthDan Allen
2016-01-02consolidate redirect_streams logic; fix invalid testDan Allen
2015-12-30resolves #1633 disable toc if document has no sectionsDan Allen
2015-12-29remove trailing endlines in sourceDan Allen
2015-10-09resolves #1443 insert toc at default location in embeddable HTMLDan Allen
2015-10-06resolves #1256 don't overwrite existing id entry in references tableDan Allen
2014-11-09resolves #1148 make start number for unique id generation configurableDan Allen
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