-
The current name `asciidoctor.js` is inconsistent with others npm packages. More precisely, the `.js` suffix is redundant.
My instinct is to type:
```js
const asciidoctor = require('asciidoctor…
-
> gc@DESKTOP-A03N851:/mnt/d/project/Vulkan-Docs$ make
> fatal: your current branch 'master' does not have any commits yet
> asciidoctor: invalid option: --failure-level
> Usage: asciidoctor [OPTION…
-
On calling `pamparam-sync` from `Counsel-M-x` in the `capitals.org` quickstart file I receive the following error:
```
Debugger entered--Lisp error: (void-function pamparam-spit)
pamparam-spit(…
ghost updated
5 years ago
-
The asciimath equation is not interpreting inline equation \$ if output format is docbook.
See this example
```
= Asciimath test
:stem:
Test with asciimath explicitly. asciimath:[sqrt(4) =…
-
We currently use Asciidoctor with the docbook5 backend. We'd like to drop Docbook and, instead, produce HTML and PDF documentation straight from Asciidoctor. We'll lose the multi-page HTML documentati…
-
I am using AsciiDoctor 1.5.7.1. My document contains a CSV table, for which one of the columns is configured with the AsciiDoc style (marked with 'a' in my column description), independent of the fact…
-
For very long documents, automatic generation of a TOC based on headers would be super useful. Pandoc already [has options](https://pandoc.org/MANUAL.html) for this:
>--toc, --table-of-contents
>I…
-
https://github.com/libexpat/libexpat/commit/5a5b157ba3ee4107d1411b3e2e0c597a60c7dbd8#diff-6321da9fa7b38de7cb558f25546e89ca
appears to have broken most modern docbook2man invocations, due to the now…
wrowe updated
6 years ago
-
I use `asciidoctor-docbook.js@1.5.6-rc.1` and I upgraded to `asciidoctor.js@1.5.7-rc.1`. It seems some internals changed and prevent `asciidoctor-docbook.js` to work as it used to be:
```
/Users/o…
-
- get required utilities
```
apt-get install checkinstall docbook-xsl docbook-xsl-ns docbook-xsl-doc-html xsltproc
```
- get jemalloc and build
```
git clone -b stable-4 --depth 1 https://github…