-
Since library can export a function, we should maybe use a syntax to define explicitly how the library should be loaded. Eg:
```
asciidoctorjs -r asciidoctor-reveal.js
```
```js
require('asciid…
-
Hi,
I am using asciidoctor-cli.js in order to convert an asciidoc file to an html.
The conversion is working fine with the ruby asciidoctor version.
However, with asciidoctor-cli.js, it doesn't see…
-
Hello!
My `test.adoc`:
```
= {docname}
:nofooter:
:imagesdir: {docname}_media
image::preview.jpg[]
```
Attribute `{docname}` doesn't work in asciidoctor.js and AsciiDoc VSCode extensio…
-
The base_dir does not seems to be set correctly when using the asciidoctorjs command. Assets are being resolved relative to the current directory instead of from the document directory.
Follow thes…
-
In order to address https://github.com/joaompinto/asciidoctor-vscode/issues/11, which relies on Asciidocttor(.js) the Asciidoctor html output would need to include source line meta data.
As an exam…
-
Hi guys,
I'm currently trying to use this asciidoctor.js working for my project.
I would like to make it work in a React project created in ES6 (transpilled using babel)
I tried to make it…
-
Some tools :
https://developer.chrome.com/devtools/docs/cpu-profiling
http://octane-benchmark.googlecode.com/svn/latest/index.html
-
It would be great if the preview jumped to the modified location if it is out of view. Similarly it would be really nice if the editor could be scrolled to a certain position by e.g. double clicking i…
-
I don't think think the CLI should have a direct dependency on asciidoctor.js. This makes it very hard to test, especially during development. Instead, the CLI should only declare asciidoctor.js as a …
-
Our current build script will not work with asciidoctor.js > 1.5.5-3 because of an API change. See https://github.com/asciidoctor/asciidoctor.js/issues/269. Luckily our current instructions pin a spec…