Hello,

I don't understand,

I'd like to use the "pre" tag with html and the \begin{verbatim} with LaTeX.

I can see blockVerbOpen is called with there is the "verbatim" command enclosed 
into 
```
verbatim area
```

        bank = {
        'blockVerbOpen':
                re.compile(r'^```\s*$'),
        'blockVerbClose':
                re.compile(r'^```\s*$'),

And it should be converted to pre and \begin{verbatim} in html and Tex 
according to this:

'blockVerbOpen'        : '\\begin{verbatim}'   ,

'blockVerbOpen'         : '<pre>'  

But when using this syntax in my t2t source, I only get the raw text directly 
inserted into the html or LaTeX source, without any verbatim reference.


Am I missing something?




      

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
txt2tags-list mailing list
https://lists.sourceforge.net/lists/listinfo/txt2tags-list

Reply via email to