-
Asciidoctor converts monospace text (e.g. with single quotes) into a DocBook "literal" element. However, most users in the IT world use monospaced for code. So, imho, it would be better to convert mon…
-
Hi, i would like to ask you if there is any support for directly converting the output generated by [TinyMCE editor ](https://www.tinymce.com/) into a python-docx Document object. [Here ](https://go.t…
-
When I use the Export Dispatcher using `C-c C-e` I do not see the menu entries for what I have enabled. I only see the default value in the dispatcher menu list. Even when I do `(setq org-pandoc-men…
-
Per https://github.com/elastic/docs/issues/505#issuecomment-459163236, I would like to use the linkattrs functionality described here:
https://asciidoctor.org/docs/asciidoc-writers-guide/#target-w…
lcawl updated
4 years ago
-
### What does the ELN SIG need to do?
* The F41 mass rebuild is going to have a number of FTBFS. These need to be fixed before an ELN build will be triggered.
List of all F41FTBFS (although our f…
-
Since I customized `org-export-backends` through the `M-x` `customize`, command, I encounter the following error at startup:
Here is the code used to load `ox-pandoc`:
``` elisp
(use-package ox-pan…
-
I'm not sure this is a bug but I haven't been able to find any documentation or similar that explains how to handle it.
I have a docbook file that references an image:
…
-
I'm trying to create a bibliography as a separate chapter, and converting the document to docbook5. I found, though that the output doesn't work. My bibliography looks like this:
```
== Bibliography
…
-
-
I want to use gulp-asciidoctor to render my adoc files to reveal.js slides
asciidoctor-reveal.js has usable custom templates
I've been wondering how to use it
any idea?