[.columns]
== 2 columns
[.column]
--
* **Edgar Allen Poe**
* Sheri S. Tepper
* Bill Bryson
--
[.column]
--
Edgar Allan Poe (/poʊ/; born Edgar Poe; January 19, 1809 – October 7, 1849) was an American writer, editor, and literary critic.
--
|====================
| image:image1.png[] | image:image2.png[]
|====================
Hi,
I was trying to use a custom stylesheet (as an extension of the default stylesheet). For this, I had the import statement @import "asciidoctor-default";
, and then did the following:
In both the cases, the style that I intend (as I am importing the default stylesheet, the looks should not change) is not taking effect, but rather a very bare minimum formatted output is seen.
Inspecting the html output shows href=https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.6/styles/github.min.css
, instead of my custom stylesheet file. I do not understand what is happening. Can someone help?
Hi there!
I use Asciidocfx for a long time and i'm really glad with it. But now i'm searching for a feature, i miss in a new documentation: I'm looking for a possibility to create tables of figures and tables of tables. The only thing i found is an extension for Asciidoctor.
As i'm not a programmer: Is there a chance for someone to port this extension to Asciidocfx?