Hi! On Mon, Dec 10, 2012 at 07:26:49PM +1100, Lex Trotman wrote: > > ---cut--- > > binary-operator: one of :: > > ** * / % + - << >> < > \<= >= == != & ^ | :: && || > > ---cut--- > > All I need is output second line in monospaced font. But it contain :: > > which processed by asciidoc as list item marker and this breaks markup. > > Well, first of all the content line starts with a list start, ** so > that makes it a level two bulletted list, then it finds the :: as well.
No, it's not bulletted list because as I mentioned all line should be monospaced, I just omitted all markup from above text to give you clean example of my data. So, ** will be escaped by monospaced anyway. > You can get the content output exactly as you type it by using a > passthrough block continuation, ie > > blah:: > + > ++++ > the stuff you want exactly > ++++ No way. There a lot of such data, check this: http://powerman.name/doc/Inferno/limbo.html#13 and this is too much markup to be comfortable. After all, most of us chose asciidoc because it is unobtrusive. At least in trivial cases. > but there isn't any built-in support for styling list contents > explicitly. To get that you need to create a new list style in a > custom conf file. Everything can be done in this way, even mp3 player. :) I don't know Python, so making custom conf files for every complex document isn't something I'd like to do, it's too complicated for me. So, I'm looking for solution using standard conf files. > > If there better way to handle this? BTW, maybe it's a bug in asciidoc - > > why the hell it's detect list marker inside monospaced `...` text? > > PS, why the hell shouldn't it? > 2. even if it was monospaced, what has that got to do with detecting > other markup, monospaced is a style, not a literal or passthrough. Because it's strange to start list item or something else in the *middle* of some other markup like bold or monospaced. -- WBR, Alex. -- You received this message because you are subscribed to the Google Groups "asciidoc" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/asciidoc?hl=en.
