fletcher / peg-multimarkdown

An implementation of MultiMarkdown in C, using a PEG grammar - a fork of jgm's peg-markdown. No longer under active development - see MMD 5.
Other
523 stars 55 forks source link

Tables with only a caption crash with `Bus error` #20

Closed jcoulombe closed 13 years ago

jcoulombe commented 13 years ago

Tables with a caption but without label cause this error on my system:

$ cat tableCaptionOnly.txt 
[Caption only]
| Item   | Price ($) |
|--------|-----------|
| Small  | 1         |
| Large  | 10        |

$ multimarkdown -t latex tableCaptionOnly.txt 
Bus error

Using this build from developent branch:

commit 4a6a8919843bf0cf181111832025033bbf48f947
Author: Fletcher T. Penney <fletcher@fletcherpenney.net>
Date:   Mon Jan 24 23:05:31 2011 -0500

    update tests
fletcher commented 13 years ago

should be fixed in latest development commit