khajavi / pandoc

Automatically exported from code.google.com/p/pandoc
GNU General Public License v2.0
0 stars 0 forks source link

Missing bird tracks in literate Haskell without highlighting #242

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Build pandoc with highlighting support
2. Observe output of pandoc -f markdown+lhs -t html+lhs fib.lhs
3. Build pandoc without highlighting support
4. Observe output of pandoc -f markdown+lhs -t html+lhs fib.lhs
5. Observe output of pandoc -f markdown+lhs -t html fib.lhs

What is the expected output? What do you see instead?
I expect the output of pandoc without highlighting support to show bird tracks 
when -t html+lhs is selected.
The tracks are only shown when pandoc with highlighting support is enabled.

What version of the product are you using? On what operating system?
pandoc 1.5.1.1, Ubuntu 10.04
pandoc repository version on 2010/06/16, Ubuntu 10.04

Please provide any additional information below.

Original issue reported on code.google.com by nicolas...@gmail.com on 16 Jun 2010 at 10:21

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for the bug report. I believe the problem is solved by
commit d0be7ca8cb080bbf47a5829e1bb7161726b491eb

Let me know if this does not fix things.

Original comment by fiddloso...@gmail.com on 29 Jun 2010 at 2:52