--- in: 'This is an empty dictionary: @{}@' out: '

This is an empty dictionary: {}

' --- in: |- Testing nested pre tags...
  
    Good code here.

    
      a = 1
    
Bad code here.
out: |-

Testing nested pre tags…

  
    Good code here.
  
    <pre>
      a = 1
    </pre>
  
    Bad code here.
  
    <script language="JavaScript">
      window.open( "about:blank" );
    </script>
  
  
--- in: |-
  *** test
  
out: |-
  *** test
  
--- in: |- *** test out: |- *** test --- in: '*this is strong*' out: '

this is strong

' --- in: '*this test is strong*' out: '

this test is strong

' --- in:
 __inline__
out:
 __inline__