index
:
asciidoctor-pdf
2.3.17-magentastripe
2.3.9-magentastripe
main
part-pictures
MSM's fork of Asciidoctor-PDF
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
modules
/
extend
Age
Commit message (
Collapse
)
Author
2023-08-16
toclevels attribute should be singular in explanation
Dan Allen
2023-06-28
document how to add breakable option to all tables at runtime using ↵
Dan Allen
Asciidoctor extension
2023-05-25
use --theme CLI option in examples in place of -a pdf-theme
Dan Allen
2023-04-11
add extended converter to add wrap indicator to code blocks
Dan Allen
2023-03-26
explain where to find the source code for the extended converter use cases
Dan Allen
2023-02-02
clarify that pageref macro example is a two-phase conversion
Dan Allen
2022-11-25
add font-size key to table role example; change role name
Dan Allen
2022-10-21
build on the inline macro example in the docs that resolves the page number
Dan Allen
2022-09-20
simplify logic in extended converter that supports role on table
Dan Allen
2022-09-20
access theme as property instead of instance variable in example code
Dan Allen
2022-09-14
add extended converter example that looks for images in multiple dirs
Dan Allen
2022-08-11
fix typo in extended converter for admonition theme per type
Dan Allen
2022-08-05
mention that heading-min-height-after key can be used to enable orphan ↵
Dan Allen
prevention on headings
2022-08-05
document how to vertically center the part title using an extended converter
Dan Allen
2022-07-25
rework Tailoring the conversion section and link to create and use pages
Dan Allen
2022-07-25
rewrite intro on Extend the PDF Converter page
Dan Allen
2022-07-22
sync What's New with new enhancements docs (PR #2290)
Sarah White
2022-07-14
clarify that the ink_title_page method cannot start a new page
Dan Allen
2022-07-06
don't attempt to call start_with? on a Symbol in the extended converter examples
Dan Allen
2022-06-13
store zero-based column of current and from on Extent (PR #2244)
Dan Allen
2022-06-13
emphasize that the table role extended converter can be used for other block ↵
Dan Allen
types
2022-06-12
add example of extended converter to theme specific admonition types
Dan Allen
2022-06-12
take column into account in extended converter that imprints source language ↵
Dan Allen
label
2022-06-11
add extended converter example that imprints a source language label on code ↵
Dan Allen
blocks
2022-06-10
resolves #327 arrange body of article or manpage doctype into multiple ↵
Dan Allen
columns if page-columns key is set in theme (PR #2232)
2022-06-06
don't apply column box in multiple column example if already in column box
Dan Allen
2022-06-04
resolves #2196 add save_theme helper method (PR #2197)
Dan Allen
* add save_theme helper method to converter * add example of using the save_theme helper in an extended converter
2022-05-21
document the expected return value for convert handler methods [no ci]
Dan Allen
2022-05-18
add foundation to support multi-column layout; add example to docs (PR #2190)
Dan Allen
2022-05-17
resolves #1597 add example of extended converter that adds change bars to ↵
Dan Allen
paragraphs (PR #2186)
2022-05-17
add example of extended converter that inserts a license page
Dan Allen
2022-05-17
consider paragraphs whose parent is the document in the paragraph numbering ↵
Dan Allen
example
2022-05-17
resolves #1325 add example of extended converter that makes the TOC narrow ↵
Dan Allen
(PR #2185)
2022-05-17
add example that shows how to access page number from converter in an inline ↵
Dan Allen
macro
2022-05-17
add method of start_new_part and start_new_chapter methods on extended ↵
Dan Allen
converter use cases page
2022-05-17
resolves #66 add extended converter that creates a custom title page (PR #2184)
Dan Allen
2022-05-16
docs reviewed with grammar and spell checker (PR #2171)
Alexander Schwartz
2022-05-16
use advance_page rather than start_new_page to move heading to next page
Dan Allen
2022-05-14
resolves #353 add support for image float to converter (PR #2147)
Dan Allen
2022-05-11
update extended converter that avoids a page break after a heading and use ↵
Dan Allen
it in the test case
2022-05-07
use correct method names in avoid break after section title converter example
Dan Allen
2022-05-07
fix syntax error in avoid break after section title converter example
Dan Allen
2022-05-03
resolves #2128 make allocate_toc method reusable (PR #2129)
Dan Allen
2022-05-02
add note about using theme keys in an extended converter [no ci]
Dan Allen
2022-05-02
rearrange pages in extend docs module
Dan Allen
2022-05-02
add extended converter use cases page and put extended converter code in ↵
Dan Allen
examples folder
2022-04-30
change inscribe_ method prefix in converter to ink_ (PR #2113)
Dan Allen
2022-04-28
resolves #2099 change layout_ method prefix to inscribe_ in converter (PR #2100)
Dan Allen
2022-04-27
don't call arrange_section if section title is hidden
Dan Allen
2022-04-25
revise arrange_section override example in docs [no ci]
Dan Allen
[next]