-
Configure the site to allow for writing content in AsciiDoc. This task entails more than just adding the Asciidoctor gem. The stylesheet needs to be updated so that the AsciiDoc content is styled in t…
-
As the number of individuals creating content grows inside SUSE, it is necessary to enable that community of users to be able to easily maintain and leverage existing work. to be able to convert fro…
-
Use `customElements.define` instead of `document.registerElement` see https://javascript.info/custom-elements
```
HTMLDocument.registerElement (file:///usr/lib/atom/static/index.js:166:12)
register…
-
Update the [`highlight-treeprocessor.rb`][hl rb] extension to add support for callouts in Highlight extension, so that Highlight can be used instead of Highlight.js for syntax highlighting HTML-based …
-
Since many of the Asciidoctor assets used in this repository are also employed by other ALAN related projects ([AlanStdLib], [Alan3-Italian], and possibly others in the future), I would like to move…
-
Hi. A couple of days ago, the asciidoctor.js folks released 1.5.5 which ended up in npm with out all of the parts. This breaks anything that has a loose `semver` requirement like `^1.5.0`. As a result…
lance updated
6 years ago
-
@gbuehler @ghobona @ogcscotts : We discussed in our latest teleconference the complaint from editors that they have to edit lots of little separate requirement files for a Modspec document, instead o…
-
I would like to add plantuml diagrams in my asciidoc, bu it doesn't work with wisdom-asciidoc-maven-plugin.
Mimicking the asciidoctor-maven-plugin, I tried to add the asciidoctorj-diagram dependenc…
-
Hello!
According [issue 6](https://github.com/asciidoctor/asciidoctor-vscode/issues/6), problem is solved. But preview still jumps a lot when I typing smth.
![preview_pos_jumps](https://user-ima…
-
We have some inconsistencies in usage of terminology.
"RFC Asciidoctor" => AsciiRFC
Tons of references to AsciiDoc and Asciidoctor but conflates them. Asciidoctor is an AsciiDoc tool. It is not …