* Only load syntax and theme sets once, on Syntect plugin instantiation. (197) * Match syntax highlighting language names more loosely. (198)
0.12.0
* Add pluggable syntax highlighting, and default implementation with syntect. (Daniel Simon, 194)
0.11.0
* Allow short URLs even with non-empty path. (191, Bernard Teo) * Expose NodeCode struct in AST. (192, Vojtech Kral)
0.10.1
* SECURITY: it was possible to smuggle unsafe URLs --- like `javascript:` ones --- even without using the "unsafe" mode of operation. Thanks to Sam Sanoop (snoopysecurity) for reporting. * Recognise tables without a preceding newline. (183)
0.10.0
* 0.9.1 was a semver-breaking change. * Add -o/--output CLI option. (177)
0.9.1
* SECURITY: we were matching unsafe URL prefixes, such as `data:` or `javascript:`, in a case-sensitive manner. This meant prefixes like `Data:` were untouched. Please upgrade as soon as possible. (Kouhei Morita) * Add support for ignoring front matter. (170, Eitan Mosenkis.)