Files `site/doc/{1.0,1.1}/hledger-ui.md` had to be treated specially because
thay had some other elements inside the same `BulletList` that the `toc` lived
inside. Because only the first element of the `BulletList` is compared, these
extra HTML elements were either dropped or replaced with a TOC at compile time.
By switching to the meta-inline `\$toc\$`, they started to persist into the
resulting HTML. The fix was to drop them from the source markdown.
		
	
			
		
			
				
	
	
		
			39 lines
		
	
	
		
			582 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			582 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!--
 | |
| "$title$" "$section$" "$date$" "$footer$" "hledger User Manuals"
 | |
| 
 | |
| $for(header-includes)$
 | |
| $header-includes$
 | |
| $endfor$
 | |
| 
 | |
| $for(include-before)$
 | |
| $include-before$
 | |
| $endfor$
 | |
| -->
 | |
| 
 | |
| <!-- $toc$ -->
 | |
| 
 | |
| $body$
 | |
| 
 | |
| <!--
 | |
| $for(include-after)$
 | |
| $include-after$
 | |
| $endfor$
 | |
| 
 | |
| $if(author)$
 | |
| $for(author)$$author$$sep$; $endfor$.
 | |
| $else$
 | |
| Simon Michael <simon@joyful.com>
 | |
| $endif$
 | |
| 
 | |
| .SH COPYRIGHT
 | |
| 
 | |
| Copyright (C) 2007-2015 Simon Michael.
 | |
| .br
 | |
| Released under GNU GPLv3+.
 | |
| 
 | |
| .SH SEE ALSO
 | |
| hledger(1), hledger\-ui(1), hledger\-web(1), hledger\-api(1)
 | |
| hledger_csv(5), hledger_journal(5), hledger_timeclock(5)
 | |
| ledger(1)
 | |
| -->
 |