asciidoc Questions
2
I'm writing a document using asciidoc and asciidoctor. So, I'm having a intro.adoc file and then bunch of section files. So, what I want to do is list them on to intro.adoc and add hyperlinks to th...
Sarita asked 26/4, 2017 at 10:30
1
Solved
I want to document linguistic data using AsciiDoc, converting the document into HTML. For that I need to have a word-by-word translation that pretty much looks like a table but with columns of uneq...
Worrywart asked 14/5, 2023 at 17:52
1
Solved
I would like to inlcude a PlantUML file inside an Asciidoc file and build an Antora site.
foo.adoc
[plantuml, bar, svg]
....
include::bar.puml[]
....
bar.puml
@startuml
<... valid PlantUML>
...
Out asked 4/12, 2022 at 11:33
1
Solved
I am trying to have a (simple) unordered list in a table cell in an Asciidoc document. I use asciidoctor.
I tried the following:
|===
| One | Two
| Foo
|
- Bar
- Baz
|===
But this results in the ...
Dominickdominie asked 10/9, 2022 at 17:54
2
I use asciidoc for rendering text.
I have difficulties to understand macros.
My goal is to have a simple macro processing (like in LaTeX).
I would like to write two Macros:
FOO should be replace...
Ear asked 28/1, 2012 at 13:20
2
Solved
I am building my asciidoc template to manage my development documentations.
Therefor I want to be able to link existing ascii documents into a main / or a new document inclusive images and other re...
Rearward asked 10/3, 2019 at 9:35
1
Solved
I have the task of converting some documents to asciidoc format.
I have ONLY the asciidoc standard tools - I do NOT have access to any of the css sheets that asciidoctor uses to render my output.
I...
Gisborne asked 20/3, 2022 at 4:14
4
Solved
How do I render a strikethrough (or line-through) in an adoc file?
Let's presume I want to write "That technology is -c-r-a-p- not perfect."
Hendecagon asked 6/8, 2016 at 12:28
2
Solved
I'm trying to convert my existing asciidoc documentation into pdf. Asciidoctor-pdf seems quite easy and I'm able to convert single files into pdf.
asciidoctor-pdf -a pdf-theme='./theme/styles.yml' ...
Selmore asked 20/10, 2020 at 10:50
9
Solved
I attempted to convert my mybook.adoc to mybook.pdf using pandoc, and got the following error.
$ pandoc -s mybook.adoc -t asciidoc -o mybook.pdf
pandoc: cannot produce pdf output with asciidoc wri...
Diseased asked 22/5, 2018 at 22:54
4
Solved
I need your help.
Now I am using AsciiDoc and AsciiDoctor to create some manuals.
I want texts smaller on some specific blocks, for example wide table, wide list, and so on, but not want main tex...
Spongioblast asked 18/8, 2017 at 8:34
5
Solved
Here is my problem, normally I convert asciidoc documents to HTML (or more precisely asciidoc --> docbook --> html) but here I've been given a markdown document.
I would like to be able to produce...
Reticulation asked 6/9, 2011 at 17:12
2
For example, if I write:
Notepad++ is *great*, I like Notepad++
it treats ++something++ as an escape construct which ignores the * bold and produces:
<p>Notepad is *great*, I like Notepad<...
Grape asked 16/9, 2020 at 9:43
1
For example, I want to add the loading="lazy" attribute to all my images e.g.:
image::myimage.jpg[]
but the default HTML <img> element output does not have that attribute.
Maybe th...
Avelar asked 16/9, 2020 at 10:22
1
Feature request semi-declined at: https://github.com/asciidoctor/asciidoctor/issues/2542 so looking for the best workaround here.
In Aciidoctor 2.0.10 for example in this document, I try to set the...
Lixiviate asked 18/8, 2020 at 8:30
1
Solved
I want to center align an image in a README.adoc file in GitHub.
I know that for Markdown files, adding HTML like the following works:
<p align="center">
<img width="460&qu...
2
Solved
I'm writing some text that will be converted to HTML, as a long single page.
Can't figure out how to make links to sections as in HTML using #some-id, so that a user when clicking it will go up or...
Prudery asked 22/10, 2019 at 21:48
3
I use org.asciidoctor.convert plugin for gradle to generate API documentation for my team. I include files:
include::{snippets}/index/curl-request.adoc[]
and want to place it's content into spo...
Endophyte asked 17/12, 2015 at 3:52
2
Solved
I'm trying to build a basic documentation site using asciidoctor. One thing I am struggling with is how I can inject a standard site header (a banner with a logo and top-level navigation) into each...
Scalpel asked 18/10, 2016 at 1:49
1
I really like the callouts from asciidoctor, see http://asciidoctor.org/docs/asciidoc-syntax-quick-reference/, and search in page "Code block with callouts", click "view result". But I use Ipython ...
Indocile asked 19/1, 2016 at 17:14
1
I would like to highlight some of my code in tables. I tried many ways but I could get it fixed.
I would appreciate if someone can help me.
Fundus asked 3/4, 2019 at 6:24
2
Solved
Am I able to display an asciidoc file on github in the same way that I can currently view a markdown file? According to this blog entry, I should be able to do this:
If you’re interested in usin...
5
I would like to create a pdf book using asciidoc. The title page should include the title, subtitle and an image. So far I could not find any documentation on how to achive this.
Intuivly I would ...
Rourke asked 14/10, 2013 at 5:39
1
Solved
Any one knows how to pass variables {var} into [source] blocks and example blocks (with ====) in Asciidoc?
I have tried the following
:country: France
:city: Shanghai
[source]
----
print("{count...
Impenetrable asked 27/9, 2018 at 2:43
1
Solved
I am trying to convert pdf book to asciidoc document.I have tried the following command:
pandoc -s s.pdf -t asciidoc -o example28.txt
I got "Unknown reader" problem.
q@q-ABRA-A5-V12-1:~/Downlo...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.