```
% pandoc -f html -t rst
  
    
      - A list of stuff with a table inside
	
	  
	    
	      | First | Second | Third | 
	    
	  
	  
	    
	      | First | 
	      Second | 
	      Third | 
	    
	  
	
       
      - Another list item
 
    
  
^D
-  A list of stuff with a table inside
   ===== ====== =====
   First Second Third
   ===== ====== =====
   First Second Third
   ===== ====== =====
-  Another list item
```