icyleaf / markd

Yet another markdown parser, Compliant to CommonMark specification, written in Crystal.
MIT License
109 stars 30 forks source link

Use correct version check for `Crystal::VERSION` #60

Closed HertzDevil closed 1 year ago

HertzDevil commented 1 year ago

compare_versions should be used instead of a normal string comparison, so that 1.10.0 and above do not incorrectly use the deprecated method.