Hi!

Here is my text:

---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.

I've tried to use +++, $$, pass:[] - nothing helps.

Inserting \ in the middle of :: stop asciidoc from converting second line
to list item, but this \ goes to output. :(

Only working solution I've found for now - insert in the middle of ::
empty $$ inline block:

---cut---
binary-operator: one of ::                                                      
     
        `** * / % + - << >> < > \<= >= == != & ^ | :$$$$: && ||`
---cut---

This renders correctly, but looks too ugly in the source.

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?

-- 
                        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.

Reply via email to