Thanks, that does it. It also looks like you need whitespace after the bar, as well. E.g., the example:
[cols="asciidoc,",options="header"] |==== |What |Needed |A list of things - Foo - Bar | A proportional font |===== Renders "A list of things" in monospace font, but then the list is rendered correctly, whereas: [cols="asciidoc,",options="header"] |==== |What |Needed | A list of things - Foo - Bar | A proportional font |===== has everything rendered correctly. Thanks for the tip. --- SER On Wednesday, September 11, 2013 4:52:53 PM UTC-4, Daniele wrote: > > If you set asciidoc as the table style for that column, you should comply > to its markup, i.e. a paragraph indented by one or more spaces -> literal > paragraph, no blank lines before the list -> no list .. > Your source should look like this: > > [cols="asciidoc,",options="header"] >> |==== >> |What |Needed >> |A *list* of things >> >> - Item one >> - Item two >> - Item three >> >> |Proportional font >> |Why is the asciidoc section rendered as monospace? |Answers >> |==== > > > /dan > > Il giorno mercoledì 11 settembre 2013 17:06:46 UTC+2, Sean Russell ha > scritto: >> >> Hi, >> >> When I try to use the asciidoc column option, it renders the column as >> monospace raw source. I must be doing something wrong, because I seem to >> be the only person with this problem. >> >> Source <http://www.ser1.net/private/test.txt> >> Rendered <http://www.ser1.net/private/test.html> >> >> Can somebody tell me where I'm failing? >> >> Thanks, >> >> --- SER >> > -- You received this message because you are subscribed to the Google Groups "asciidoc" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/asciidoc. For more options, visit https://groups.google.com/groups/opt_out.
