Dan Allen
Dan Allen
Currently, it's only possible to override the optimizer by implementing (or patching) the built-in Asciidoctor::PDF::Optimizer class (see README). Instead, it should be possible to pass a custom class or object...
When an image taller than the height of a page is placed as the first child of a block (an element with a background and/or border), the converter leaves behind...
When a query matches a heading, the snippet result is empty. For example, search for "queryHook" in docsearch's own documentation: https://docsearch.algolia.com/search?q=queryHook Now compare that to the search for "queries algolia":...
The docker image that's being published for this repository is severely fragmented. As a result, it takes a much longer time to download than it should and consumes a lot...
Currently, the scraper assumes it's writing progress messages to an ANSI-compatible terminal. As a result, the progress messages look like this in a CI environment: ``` [94m> DocSearch: [0mhttps://docs.couchbase.com/server/6.0/introduction/intro.html ([93m51...
When the float method is called inside a column box, it only restores the original page number and y, but not the current column. As a result, the ensuing content...
When creating a new page, the padding is read from the margin box instead of the current bounding box. This can cause the indent function to effectively remove the padding...
When there's not enough height for a line of text on the current page, Prawn advances that line to the next page (handled by `Prawn::Text::Formatted::Wrap`). When this happens, the soft...