asciidoc Questions
3
Solved
How should I write the Asciidoc(tor) to have the following output:
* item 1
* item a
paragraph 1 inside item a
* item a.1 inside paragraph 1 inside item a
paragraph a.1 inside item a.1
* item...
Subterrane asked 20/2, 2018 at 16:51
2
Solved
Edit: Since my problem seems to be specific to my setup, I provide a complete minimal working example here.
This is my maven setup (pom.xml):
<project xmlns="http://maven.apache.org/POM/4.0.0"...
Nolanolan asked 30/6, 2016 at 12:54
1
Solved
None of the following approaches produces output that is both bold and italic:
:stem: latexmath
[latexmath]
++++
\it{\bf{foo}}
\textit{\textbf{foo}}
\mathit{\mathbf{foo}}
++++
=> How can I ...
Relativize asked 25/7, 2018 at 8:8
2
In markdown I can write:
[example1][myid]
[example2][myid]
[myid]: http://example.com
so I don't have to retype the full external link multiple times.
Is there an analogous feature in AsciiDo...
Laughter asked 22/4, 2018 at 19:15
2
Solved
Using asciidoc, I'd like to place a the table of contents on the third page. At best, I can only manage to place it on page 2; after the title page.
My expectation is that something like this shou...
Haukom asked 25/4, 2018 at 20:44
1
Solved
The original AsciiDoc processor was written in python, but AsciiDoc evolved in the form of Asciidoctor written in Ruby.
On my search for how to process modern AsciiDoc (the Asciidoctor dialect), I...
Celaeno asked 7/4, 2018 at 20:56
1
I want to convert Asciidoc to LaTeX, then use an existing toolchain that includes LaTeX modules to convert the resulting document further to the final format. Asciidoc's native LaTeX conversion is ...
2
Solved
I am beginning with AsciiDoctor and I want to output HTML. I've been trying to figure out how to create custom class in divisions, I searched google, manuals etc. and couldn't find a solution. What...
Galilean asked 16/3, 2016 at 18:21
2
Solved
Ho can I include inside an asciidoc code fence? Here is a sample:
[source,js]
----
function doit() {
*var thing;* // local variable
}
----
The idea is that I would like to highlight certain par...
Roodepoortmaraisburg asked 15/8, 2016 at 23:28
2
Solved
I installed the atom.io plugins git-plus and asciidoc-preview.
Unfortunately both claim the keybinding Ctrl + Shift + A. There is no warning shown in the keybinding-settings.
How to solve this ...
Empathic asked 7/10, 2015 at 9:10
2
Solved
AsciiDoc source like a * a is converted to HTML as normal text "a * a". If the asterisk is the first non-space character in the line, it starts a list (this is normal). However, I need to start a p...
1
I'd like to find a way to hide certain headers from the Table of Contents in my Asciidoc document, which I am processing with Asciidoctor to HTML and PDF.
I have increased the headerlevel value to...
Pedlar asked 2/12, 2016 at 14:19
1
Solved
Reference-style links are quite useful since I can refer to the links by its names. For instance, in Markdown I'm used to do something like:
The [Web site][tag-web-site] references...blah.
[tag-w...
1
Solved
I'm using Spring Rest Docs to generate documentation. I would like to do something like Bootstrap's Togglable tabs.
Spring documentation uses togglable tabs, but I don't know how to do it. Here is...
Lingual asked 5/7, 2016 at 20:2
1
Solved
I have user-guide which uses AsciiDoc it is very beautiful despite that I did not spend much time for it.
AsciiDoc plugins are awesome. So I want to pass my Maven final name in the user guide.
Q...
Amor asked 16/6, 2016 at 9:23
1
Solved
I am using asciidoctor to generate html. I have the following list:
. one
. two
. three
image::mypic.png[]
. four
And when converted to html, it looks like this:
1. one
2. two
3. three
<m...
Cosmotron asked 3/6, 2016 at 9:58
1
Solved
How do I define a macro in asciidoc/asciidoctor?
I will use a repeating pattern in many parts of my document so I would like to make a parametrized substitution to avoid entering the same stuff ma...
These asked 19/5, 2016 at 17:27
1
I'm generating asciidoc snippets using spring rest docs.
I can include the generated snippets in my doc page. However, I want to define the structure of each secion once in a seperate adoc file, ...
Humble asked 18/5, 2016 at 23:20
3
Solved
Have some AsciiDoc that has a block like...
----
this is a test
with *some* formatted/tabbed text in it
blah
----
...and I would like the text to display like...
this is a test
with some fo...
Babbitt asked 6/1, 2016 at 19:55
1
Solved
I'm trying to create a "clickable" image in AsciiDoc lightweight markup language with Asciidoctor.
I tried the following (not working):
image::<url1>[<url2>[]]
For example:
image::ht...
Substructure asked 15/12, 2015 at 21:11
1
Solved
I am working with Atom Editor + the two plugins/packages available about asciidoctor.
asciidoc-preview
language-asciidoc
All work how it is expected. But I am with the following situation:
I h...
Undecided asked 3/11, 2015 at 16:43
2
Solved
I'm using a CMS to publish my blog articles. I'm looking for a way to create HTML articles offline from a simple text file.
This is a piece of HTML which I normally use for my articles:
<p> ...
Wye asked 2/9, 2015 at 9:34
2
Solved
There doesn't appear to be a way to have variables (attributes, substitutions) parsed within literal text in Asciidoc, or else I'm missing something. I want to be able to set a variable and then ca...
Hardheaded asked 18/3, 2015 at 14:2
2
I'm using asciidoctor-maven-plugin to convert .adoc files to html file...
Would want to include a link to javascript in the generated html file...
Basically would like to see something like below i...
Trident asked 20/10, 2014 at 14:11
4
Solved
Considering that a book in DocBook format can be done in a "modular" fashion, I hoped I can do similar with AsciiDoc and split chapters and first-level sections in separate files. Unfortunately doc...
Baxie asked 4/4, 2012 at 14:14
© 2022 - 2024 — McMap. All rights reserved.