From owner-freebsd-questions@FreeBSD.ORG Thu Sep 5 21:59:03 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DBA6A9BA for ; Thu, 5 Sep 2013 21:59:03 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 870B62373 for ; Thu, 5 Sep 2013 21:59:03 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.7/8.14.7) with ESMTP id r85LmJb3036736; Thu, 5 Sep 2013 15:48:19 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.7/8.14.7/Submit) with ESMTP id r85LmJQH036733; Thu, 5 Sep 2013 15:48:19 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Thu, 5 Sep 2013 15:48:19 -0600 (MDT) From: Warren Block To: David Demelier Subject: Re: What's happening to my asciidoc? In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Thu, 05 Sep 2013 15:48:20 -0600 (MDT) Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Sep 2013 21:59:03 -0000 On Thu, 5 Sep 2013, David Demelier wrote: > Hi, > > I've been using asciidoc for a while, I've updating it to > asciidoc-8.6.8_1. But now I can't generate any correct documentation. > It does not even add :toc: field. > > For instance the following example should generate a HTML with its > popular blue theme : > > Test > === > :Author: David > :toc: > > = Title > > Some data > > == Title 2 > > Some data > > For me, it produces a very light HTML file with no table of content > and everything is black, I also notice that it does not append any CSS > code. > > Does anyone already have this issue? It's working for me, I used it last night.