asciidoctor-extensions-lab icon indicating copy to clipboard operation
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...

Results 26 asciidoctor-extensions-lab issues
Sort by recently updated
recently updated
newest added

Add a macro for inserting GitHub / BaseCamp emoji. http://www.emoji-cheat-sheet.com/

enhancement

`Extensions::Preprocessor` breaks `ifdef` directives. This was reported previously in #62. I made these changes: https://github.com/vonas/asciidoctor-extensions-lab/commit/b0a42dc7c09fe9412f2bc711a4d5dbb151df5ac7 * [lib/tex-preprocessor.rb](https://github.com/vonas/asciidoctor-extensions-lab/blob/master/lib/tex-preprocessor.rb) * [lib/tex-preprocessor/extension.rb](https://github.com/vonas/asciidoctor-extensions-lab/blob/master/lib/tex-preprocessor/extension.rb) * [lib/tex-preprocessor/sample.adoc](https://raw.githubusercontent.com/vonas/asciidoctor-extensions-lab/master/lib/tex-preprocessor/sample.adoc) I ran the following command with corresponding input and...

@mojavelinux, I've started using the [`highlight-treeprocessor.rb`][hl.rb] extension, and it works really great. I've also managed to tweak it slightly in order to support a different CSS theme for each language...

Conditional statements are not working when I use 'mathematical-treeprocessor' extension. The "hello world" string doesn't apear when using 'preprossor extension'. ``` :enable-string: ifdef::enable-string[] hello world! endif::[] ``` Conditional statements are...

I am planning to write a preprocessor to parse attributes from a yaml file as described in [566](https://github.com/asciidoctor/asciidoctor/issues/566). In order to maximize the use of the config file, I am...

The current `gist-block-macro` extension is not cross compiling well with Opal. I don't know the reason behind but when I replaced `registry.document` with `@document` everything work as expected. Given that...

![53297362](https://cloud.githubusercontent.com/assets/79351/3808642/0b01baf8-1c7a-11e4-9b6f-a9c94d055b2a.jpg) Let's ruin the internet. R U with me?

The idea is to be able to generate a changelog: We could even support multiple SCM. For instance, if we want to display the Git changelog of a project, between...

This could be really useful when writing documentation for a JavaScript library. The extension will search for JavaScript source code blocks and add a link/button "Run this code in your...

It's hard to navigate the repository because some extensions are defined an an extension.rb file and some are defined in the main extension file. Add links to each extension listed...