-
AsciiDoc files (extension: *.adoc*) are currently rendered as plain text. It would be great if github1s supported syntax highlighting (and possibly preview, too) of AsciiDoc files, the way it already …
-
Hello,
I have the following setup:
topic.adoc
```
= Topic 1
include::topic1/_included.adoc[]
```
And topic1/_included.adoc:
```
== Included
image::../../images/sample.png[]
```
…
-
I found some snippet here:
https://docs.asciidoctor.org/asciidoc/latest/syntax-quick-reference/#ex-complex
```
* Every list item has at least one paragraph of content,
which may be wrapped, even…
-
We need a way to convert "standard" manuscripts (in Microsoft Word doc format) to Asciidoc, such that Asciidoctor can then typeset them into pretty PDFs.
-
Currently, supported formats are markdown, asciidoc, restructuredtext. Would it be possible to support inserting image into typst (.typ) file?
Embedding an image into a Typst file can be achieved w…
-
### Description
The following documents, including some from the the old wikidocs documentation have been migrated to ascii docs:
* [User Guide](https://opendap.github.io/documentation/UserGu…
-
I'm using Pandoc 2.7.3 to convert Markdown to AsciiDoc. In the output file, all monospaced text is surrounded with plus signs (+) for passthrough, even when they are not required.
*test.md:*
```…
-
### PDF Converter (Latin Extended):
`asciidoctor-pdf -a scripts=cjk -a pdf-theme=default-with-fallback-font ch02.asciidoc`
### Chapter 5:
Issue:
```
[[mnemonic_paper_backup]]
[cols="
-
Hello everyone,
I'm currently working on building a maven site from asciidoc documentations.
For that purpose I am using :
- asciidoctor.maven.plugin.version 1.5.3
- asciidoctorj.version 1.5.…
DnzzL updated
4 weeks ago
-
**Describe the feature you'd like**
Markdown is nice, but AsciiDoc is also a really well-structured and useful format.
It'd be nice to have this format as an alternative.
**Describe the benef…