| 
        
  Alias module for StructuredTextClassic compatibility which makes
use of StructuredTextNG  
        
            | 
                
                  Imported modules 
                
             | 
            
                 
             | 
         
        
        
        
import ClassicDocumentClass 
import DocumentClass 
import HTMLClass 
from ST import Basic 
from STletters import letters 
import re 
import string 
import sys 
 |  
        
            | 
                
                  Functions 
                
             | 
            
                 
             | 
         
        
        
        
HTML 
StructuredText 
html_quote 
html_with_references 
         |  
            | 
                
                   
                
             | 
            
                HTML 
             | 
         
        
        
        
HTML (
        aStructuredString,
        level=1,
        header=1,
        )
         |  
            | 
                
                   
                
             | 
            
                StructuredText 
             | 
         
        
        
        
StructuredText ( aStructuredString,  level=1 )
 
         |  
            | 
                
                   
                
             | 
            
                html_quote 
             | 
         
        
        
        
html_quote ( v,  character_entities=(( re.compile( '&' ), '&' ), ( re.compile( "<" ), '<' ), ( re.compile( ">" ), '>' ), ( re.compile( '"' ), '"' ) ) )
 
         |  
            | 
                
                   
                
             | 
            
                html_with_references 
             | 
         
        
        
        
html_with_references (
        text,
        level=1,
        header=1,
        )
 |  
 
         |