Create table of contents if toc metadata key is set
This commit is contained in:
		@@ -90,6 +90,10 @@ class PandocReader(BaseReader):
 | 
			
		||||
                    '--metadata=reference-section-title="{}"'.format(
 | 
			
		||||
                        bib_header)]
 | 
			
		||||
 | 
			
		||||
        if "toc" in metadata.keys():
 | 
			
		||||
            if metadata['toc'] == True:
 | 
			
		||||
                pandoc_cmd.extend(['--toc'])
 | 
			
		||||
 | 
			
		||||
        proc = subprocess.Popen(
 | 
			
		||||
            pandoc_cmd,
 | 
			
		||||
            stdin=subprocess.PIPE,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user