David Thompson
David Thompson
Since libsass must be statically linked, it would be convenient if the release tarballs bundled the matching libsass version and used that by default.
Running `make check` in the source tree extracted from the 0.2.0 release tarball yields this: ``` mkdir -p libdcadec gcc -o test/stddev -O2 -Wall -Wextra test/stddev.c -lm cd test &&...
At Spritely, we'd really like it if we could embed arbitrary HTML in our Markdown files that we use in our Haunt website. It's also a longstanding issue with guile-commonmark...