From owner-freebsd-questions@FreeBSD.ORG Thu Sep 5 14:42:32 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 051409CE for ; Thu, 5 Sep 2013 14:42:32 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-wi0-x236.google.com (mail-wi0-x236.google.com [IPv6:2a00:1450:400c:c05::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9BCCF2456 for ; Thu, 5 Sep 2013 14:42:31 +0000 (UTC) Received: by mail-wi0-f182.google.com with SMTP id ez12so1966709wid.9 for ; Thu, 05 Sep 2013 07:42:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=8KcdI5G7WCwPnKWPjQDqizp1aaYFhgXonS70nIlLYO4=; b=rHqaI4ylP1xCi+RgneHZtjOnsQQokGCFrjnaAg/uJYeMpiYbLWldjCpZgEc3R25fjZ FUk+9dcdNg9umFWIC0pk/PZSstkbl3PvSo1J7+Qfjr+a6+dYg6J5CmZMfoSgJf+JihfU H4HV0kyuFcVdOOhyQtgVvvvapuT6vZ/M7A5pG8sbSz4JwxcwYCQVXRze9psvtK1M6knB lGTgPlP0i8PpkRc/DkOkkKMKhVVsAoa/ovQUS/2YgJRf5t5nHRKR1vkaDCR/tbpsMztU 4YFbQhajnCdyXkApoEnxN69IC3z7TGnB6pu26wWoAzeWDclR79sZ67GfpODj5ai3mJFa Gjfw== MIME-Version: 1.0 X-Received: by 10.194.78.78 with SMTP id z14mr7222608wjw.32.1378392149269; Thu, 05 Sep 2013 07:42:29 -0700 (PDT) Received: by 10.194.157.69 with HTTP; Thu, 5 Sep 2013 07:42:29 -0700 (PDT) Date: Thu, 5 Sep 2013 16:42:29 +0200 Message-ID: Subject: What's happening to my asciidoc? From: David Demelier To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 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 14:42:32 -0000 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? Cheers, -- Demelier David