summaryrefslogtreecommitdiff
path: root/docs/modules/extend
AgeCommit message (Collapse)Author
2022-05-21document the expected return value for convert handler methods [no ci]Dan Allen
2022-05-18add foundation to support multi-column layout; add example to docs (PR #2190)Dan Allen
2022-05-17resolves #1597 add example of extended converter that adds change bars to ↵Dan Allen
paragraphs (PR #2186)
2022-05-17add example of extended converter that inserts a license pageDan Allen
2022-05-17consider paragraphs whose parent is the document in the paragraph numbering ↵Dan Allen
example
2022-05-17resolves #1325 add example of extended converter that makes the TOC narrow ↵Dan Allen
(PR #2185)
2022-05-17add example that shows how to access page number from converter in an inline ↵Dan Allen
macro
2022-05-17add method of start_new_part and start_new_chapter methods on extended ↵Dan Allen
converter use cases page
2022-05-17resolves #66 add extended converter that creates a custom title page (PR #2184)Dan Allen
2022-05-16docs reviewed with grammar and spell checker (PR #2171)Alexander Schwartz
2022-05-16use advance_page rather than start_new_page to move heading to next pageDan Allen
2022-05-14resolves #353 add support for image float to converter (PR #2147)Dan Allen
2022-05-11update extended converter that avoids a page break after a heading and use ↵Dan Allen
it in the test case
2022-05-07use correct method names in avoid break after section title converter exampleDan Allen
2022-05-07fix syntax error in avoid break after section title converter exampleDan Allen
2022-05-03resolves #2128 make allocate_toc method reusable (PR #2129)Dan Allen
2022-05-02add note about using theme keys in an extended converter [no ci]Dan Allen
2022-05-02rearrange pages in extend docs moduleDan Allen
2022-05-02add extended converter use cases page and put extended converter code in ↵Dan Allen
examples folder
2022-04-30change inscribe_ method prefix in converter to ink_ (PR #2113)Dan Allen
2022-04-28resolves #2099 change layout_ method prefix to inscribe_ in converter (PR #2100)Dan Allen
2022-04-27don't call arrange_section if section title is hiddenDan Allen
2022-04-25revise arrange_section override example in docs [no ci]Dan Allen
2022-04-25add example that shows how to override arrange_section method of converter ↵Dan Allen
[no ci]
2022-04-19resolves #1887 set up PDF docs component version (PR #2035)Sarah White
* set up PDF docs component version * move optional prerequisite installation content * update list keys; move dlists to own key page * add line-height key to table keys * update key filenames, titles, and navtitles * add inner-text-indent key * change key name to new kbd name * change literal to codespan; update filenames * add callout-list category * add anchor-top key to block category * change inner-text-indent to text-indent-inner * change blockquote key to quote key