From owner-freebsd-questions@FreeBSD.ORG Fri Sep 6 20:52:10 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 A33BE76B for ; Fri, 6 Sep 2013 20:52:10 +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 5AA7523B3 for ; Fri, 6 Sep 2013 20:52:10 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.7/8.14.7) with ESMTP id r86Kq8OF052387; Fri, 6 Sep 2013 14:52:08 -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 r86Kq8Dm052384; Fri, 6 Sep 2013 14:52:08 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Fri, 6 Sep 2013 14:52:08 -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]); Fri, 06 Sep 2013 14:52:08 -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: Fri, 06 Sep 2013 20:52:10 -0000 On Fri, 6 Sep 2013, David Demelier wrote: > 2013/9/6 Warren Block : >> >> asciidoc \ >> -a data-uri \ >> -a icons \ >> -a iconsdir=/usr/local/etc/asciidoc/images/icons \ >> -d article \ >> -a stylesheet=~/docs/stylesheets/wb-html.css \ >> -a toc \ >> -a revdate="2013-09-05" \ >> -a year="2013" \ >> -a max-width=80em \ >> pxe.txt >> >> That stylesheet is just my changes to the default, which change the link >> visited color from pink to red and add rounded corners to listing blocks. > > Did you touch the asciidoc configuration ? For me it seems to work > *only* if I use html5 backend, otherwise it produces this: > http://www.demelierdavid.fr/article.html. Not that I recall, and pkg-info -g asciidoc-8.6.8_1 does not show anything.