vmg / sundown

Standards compliant, fast, secure markdown processing library in C
1.99k stars 385 forks source link

Sundown without extensions #66

Closed brief closed 12 years ago

brief commented 12 years ago

The latest sample sundown executable does not build with extensions. Is this intentional?

markdown = sd_markdown_new(0, 16, &callbacks, &options);
vmg commented 12 years ago

Yes, I changed this on purpose because with all extensions enabled, the generated executable doesn't pass the official Markdown test suite, and people keep opening issues about it. ;)

I'm working on adding getopt support to toggle extensions on the CLI, so that should fix you up if you need any specific ones.