DocbookTool icon indicating copy to clipboard operation
DocbookTool copied to clipboard

:books: Docbook Tool for static documentation generation from Markdown files

Results 21 DocbookTool issues
Sort by recently updated
recently updated
newest added

````diff diff --git a/test/fixture/docbook/test.md b/test/fixture/docbook/test.md index fe86218..0d4a9f7 100644 --- a/test/fixture/docbook/test.md +++ b/test/fixture/docbook/test.md @@ -22,6 +22,10 @@ This is some markdown } ``` +## Test invalid HTML + +This particular part...

enhancement

Currently relative links do not work with the `SingleStaticHtmlWriter` (this problem could exist in other writers as well). Support for relative links would be beneficial.

We do some basic unit testing introduced in #253 of the `ConfluenceWriter`, but this doesn't actually connect to a Confluence instance and verify anything. We should add some kind of...

enhancement

The current image inlining support introduced in #251 does not support SVGs, because GD does not understand SVGs. Would be nice if we can support SVGs eventually too, although we...

enhancement

Since the JAR filenames do not appear to be deterministic, manual update of the bundled JAR is currently needed. You can download the latest JAR from [https://github.com/plantuml/plantuml/releases](https://github.com/plantuml/plantuml/releases). We should figure...

enhancement

At the moment we just assert the PDF is generated. We should also do a visual comparison to check the output matches. Note, just doing a binary diff is not...

enhancement

At the moment, the tool crashes if it encounters a file with CRLF (`\r\n`) line endings. The error is misleading (it says it can't find the title of the page),...

enhancement

Add an ability to embed an example request or response - or a fragment thereof - from an OpenAPI spec.

At the moment there is minimal testing; we should add unit tests and mutations for them.

enhancement

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [twig/twig](https://twig.symfony.com) ([source](https://redirect.github.com/twigphp/Twig)) | `^3.8.0` -> `^3.11.1` | [![age](https://developer.mend.io/api/mc/badges/age/packagist/twig%2ftwig/3.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

security