-
## Problem description
Building SUSE Manager docs (https://github.com/SUSE/doc-susemanager/) using `daps -d DC-create-all epub` fail without a meaningful error message. Actual output:
```
runtime…
-
The plugin converts source code with a title
```xml
.Asciidoctor
[source, ruby]
----
My Code
----
```
into the following DocBook construct:
```xml
AsciiDoctor
My Code
```
…
-
`asciidoctor --backend docbook5 test.adoc` (2.0.20) will transform this AsciiDoc
```asciidoc
= Test
aaa "`bbb` ccc `ddd`".
eee `fff`.
```
to this invalid XML:
```
Test
2023…
-
## Issue description
While following the instructions in the manual to [support DocBook 5 XML editing in Emacs](https://nixos.org/nixos/manual/index.html#sec-emacs-docbook-xml) I discovered the rec…
-
Hi,
I'm using asciidoctor 1.5.5 to create docbook 5 files from `.adoc` file.
Asciidoctor allows applying several text transformation on single word (or paragraph), i.e. it allows monospaced text t…
-
### Steps To Reproduce
Steps to reproduce the behavior:
1. build /nix/store/dgx10hxxl52w4iazy118n54idw2bjy2b-options.json.drv
### Build log
```
Traceback (most recent call last):
File "/…
-
### Problem description
When compiling with libxslt 1.1.35 it fails while validating some XML (MAIN.DAPS.xml).
After some investigation and comparing to when that file is created using 1.1.34, the…
-
See https://github.com/SeekerTestBot/license-checklist/blob/master/all.md
Valid license list: https://spdx.org/licenses/
-
Some manpages require double dashes (`--`), but there's no consistent way to write them:
= foo--bar(1)
This generates a proper output for the `manpage` backend, but not `html` or `docbook5`,…
-
**affected version:** 3.1.2
M(N)WE:
Starting with the following document
```asciidoc
= My Title
Me
[abstract]
--
Brief summary...
--
```
and converting to docbook using
```s…