Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
Hi, I am not pretty sure if it is a problem or something that I am doing wrong:
Given Asciidoctor 0.1.4.preview.3 Next document: = Document Title Doc Writer <doc@asciidoc.org> v1.0, 2013-01-01: Initial version :icons: font http://asciidoc.org[AsciiDoc] is a lightweight markup language. This is the optional preamble (an untitled section body), useful for writing simple sectionless documents consisting only of a preamble. NOTE: The abstract, preface, appendix, bibliography, glossary and index section titles are significant (_specialsections_). == First section Document sections start at *level 1* and can nest four levels deep. * Item 1 * Item 2 NOTE: The abstract, preface, appendix, bibliography, glossary and index section titles are significant (_specialsections_). [source,ruby] puts 'Hello, World!' and calling asciidoctor with asciidoctor sample-asciidoc.adoc it renderers correctly the html with paragraph but no icon is shown. I have watched the html code and no link to font-awesome css is found. I have tried to set linkcss attribute but the problem is not resolved. Am I missing something? |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
Administrator
|
Alex, Upon a quick glance, I think the problem is the blank line before the icons attribute entry. That's a header attribute, so it must be attached to the header. (Btw, this was a bug I fixed in the 0.1.4 dev cycle. It was previously being lazy about where to look for this attribute and wasn't enforcing that it be a header attribute...a rule that is complaint with AsciiDoc.) -Dan On Aug 5, 2013 5:29 AM, "asotobu [via Asciidoctor :: Discussion]" <[hidden email]> wrote:
Hi, I am not pretty sure if it is a problem or something that I am doing wrong: ... [show rest of quote] |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
You were totally right, sorry for having wasted your time with this silliness.
I am preparing a conference for September about Asciidoctor at Barcelona JUG. If you want I will send you a preview of the slides. |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
Why not just put them up on the web page? On Mon, Aug 5, 2013 at 3:13 PM, asotobu [via Asciidoctor :: Discussion] <[hidden email]> wrote: You were totally right, sorry for having wasted your time with this silliness. |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
Yes of course, I was thinking more as a review, but of course final presentation will be uploaded to github.io. But of course maybe I will push the adoc file to github so everyone can review it.
2013/8/5 LightGuardjp [via Asciidoctor :: Discussion] <[hidden email]>
... [show rest of quote] +----------------------------------------------------------+ Alex Soto Bueno - Computer Engineer www.lordofthejars.com +----------------------------------------------------------+ |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
Sure, send it along for review. On Mon, Aug 5, 2013 at 4:05 PM, asotobu [via Asciidoctor :: Discussion] <[hidden email]> wrote:
... [show rest of quote] |
Free forum by Nabble | Edit this page |