asciidoctor-extensions-lab
asciidoctor-extensions-lab copied to clipboard
A lab for testing and demonstrating Asciidoctor extensions. Please do not use this code in production. If you want to use one of these extensions in your application, create a new project, import the...
Can you put testing in place so these are readily potable and usable from AJ version also.
Contents - PROBLEM - EXAMPLE - HTML Output - Code @mojavelinux, could you take a look at the below? _PROBLEM:_ Add offsets for subsections In the example below a modification...
Hi, I'm trying to write a extension for placing videos from a Sign Language. It would be some thing like this: **libras.yaml**: ``` "casa": https://www.youtube.com/watch?v=xjxjTMBoNjE ``` **sample.adoc**: ``` :sign-lang: libras...
When using extension(.js) in the chrome extension, assets are stored within the extension package and the URL is `chrome-extension:///`. I think it would be nice to have a standard way...
As an alternative to the currently CSS-based approach, allow the salt diagram from plantuml to be used (via Asciidoctor Diagram) to generate the file tree diagram for the tree block...
Using the JSON format will allow to control how the data is appended to the document. The embedded script is using `document.write` which can cause issue (see https://github.com/asciidoctor/asciidoctor.js/issues/99)
http://bramp.github.io/js-sequence-diagrams/
Create a DocinfoProcessor extension for embedding JavaScript files in generated HTML output. For example: ``` :javascripts: myjavascript.js ``` Converts into : ``` xml ``` The `javascripts` attribute can be a...
Create an extension to detect merge conflicts in AsciiDoc source files. With large commits, it's easy to miss some conflict and accidentally commit it. Example here: http://gist.asciidoctor.org/?e4b59c5f6b0a85689859 When this happens...