Hi, Please supply a (short say 5 lines) file that demonstrates only the problem as an attachment. Files inthe mail body get wrapped buymailers.
Cheers Lex On 6 July 2012 00:50, ping <[email protected]> wrote: > >>>> but as an idiot , I tried following without success :( >>>> >>>> asciidoc render to: >>>> ===================================================== >>>> &60default-chassis&62 &60default-chassis&62 >>>> <default-chassis> &60default-chassis> >>>> <default-chassis> &60default-chassis> >>> >>> >>> for completeness & FYI: >>> even this doesn't work: >>> <default-chassis$#62; >> >> >> That's because of a typo, should be: <default-chassis> >> >> If you use the Vim editor and the AsciiDoc syntax highlighter these >> sorts of syntax errors would be obvious. >> >> Cheers, Stuart >> >>> >>> but this works finally: >>> <default-chassis> >>> >>> great that there is even an online tools with the "replace <>" button >>> here: >>> http://www.htmlescape.net/htmlescape_tool.html >>> >> > > hi Stuart/Lex: > > 1) no it's not typo. (it IS when I typed it in last email though) > > here is what my asciidoc file is: > > [subs="quotes"] > ---- > cli> show class-of-service interface ge-0/3/0 > Physical interface: ge-0/3/0, Index: 138 Queues supported: 4, Queues in > use: 5 > Shaping rate: 50000 bps > Scheduler map: interface-schedular-map, Index: 58414 > Input shaping rate: 10000 bps > Input scheduler map: schedular-map, Index: 15103 > Chassis scheduler map: <default-chassis>, Index: 4 > Congestion-notification: Disabled > > [red]#Logical interface: ge-0/3/0.0, Index: 68# > Object Name Type Index > [red]#Rewrite# exp-default exp (mpls-any) > 33 > [red]#Classifier# exp-default exp > 10 > [red]#Classifier# ipprec-compatibility ip > 13 > > [red]#Logical interface: ge-0/3/0.1, Index: 69# > Object Name Type Index > [red]#Classifier# ipprec-compatibility ip > 13 > ---- > > > so it renders to: > > > > cli> show class-of-service interface ge-0/3/0 > Physical interface: ge-0/3/0, Index: 138 Queues supported: 4, Queues in > use: 5 > Shaping rate: 50000 bps > Scheduler map: interface-schedular-map, Index: 58414 > Input shaping rate: 10000 bps > Input scheduler map: schedular-map, Index: 15103 > Chassis scheduler map: &60;default-chassis>, Index: 4 > Congestion-notification: Disabled > > [red]#Logical interface: ge-0/3/0.0, Index: 68 > Object Name Type Index > Rewrite exp-default exp (mpls-any) 33 > Classifier exp-default exp 10 > Classifier ipprec-compatibility ip 13 > > Logical interface: ge-0/3/0.1, Index: 69 > Object Name Type Index > Classifier ipprec-compatibility ip 13 > > > 2) yes I'm using vim, with following asciidoc syntax file. > > " Vim syntax file > " Language: Asciidoc text document > " Maintainer: Dag Wieers <[email protected]> (merged wih Stuart Rackham's > " upstream asciidoc.vim script). > " URL: http://www.methods.co.nz/asciidoc/ > " License: GPL (http://www.gnu.org) > " Remarks: Vim 6 or greater > " Limitations: See 'Appendix E: Vim Syntax Highlighter' in the AsciiDoc > 'User > " Guide'. > " Last Change: $Date: 2007/07/18 16:11:12 $ > " $Revision$ > > I have highlight to a lot of asciidoc elements (list, headers, blocks, etc), > but it doesn't help anything (at least in my case) on the html escape > things, as can be seen in attached screenshot. > > > thanks for your time(&patient :p ) > > regards > ping > > -- > 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. > -- 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.
