-
ASCIIDoc is a superior markdown, meant to be complete enough to typeset a book. Indeed, [many](https://www.kevinwmcconnell.com/writing/how-i-wrote-my-book) [published](https://yieldcode.blog/post/asci…
-
I am pretty frustrated with standard document workflows involving PDF and MS Word.
It would be beyond amazing to be able to work in a documents-as-code fashion using AsciiDoc + SemanticDiff + Merge…
-
In the step to do SchemaOps we should include the possibility to view and edit ASCIIdoc in CIMTool. I do not see that we should build one but add a good existing editor. One example is: https://market…
-
Suppose we have this table:
```adoc
[cols="a,a"]
|===
| Name | Description
| {file1.name} | {file1.content}
| {file2.name} | {file2.content}
| {file3.name} | {file3.content}
...
|===
…
-
### Description
Interested in this extension, please +1 via the emoji/reaction feature of GitHub (top right).
### Repository name
quarkus-asciidoc
### Short description
serve documentation along …
-
Hello,
we have our complete domunentation of microservices in adoc format. Would it be possible to add adoc format instead of just markdown using mkdocs.
One of the solution for us would be usin…
-
e.g. [rc-dashes](https://github.com/opengeospatial/styles-and-symbology/blob/main/1-core/sections/clause_11_advanced_strokes.adoc?plain=1#L9-L11)
![rc-dashes-asciidoc-issue](https://github.com/user…
-
My notes system is based on AsciiDoc and there is no Android editor with AsciiDoc support. But Acode already has AsciiDoc syntax highlight (when a matching theme is used). And Acode has a built in pre…
-
We need to convert the Part 2 candidate Standard to metanorma asciidoc.
I have taken a [snapshot](https://github.com/opengeospatial/ogcapi-common/releases/tag/P2V0.9.1) of the repo ahead of the con…
-
Pairs of plus signs are used to indicate an ["Inline Passthrough"](https://docs.asciidoctor.org/asciidoc/latest/pass/pass-macro/) in asciidoc.
```
$ pandoc --version
pandoc 3.1.3
$ echo 'I use …