icyleaf/markd

Update codebase to current Crystal

devnote-dev opened this issue · 0 comments

A lot of the codebase seems to be using code that was likely before the Crystal 1.0 release, and while parts of the library have been updated in recent-ish updates, a lot of it still uses old or outdated code/practices. My proposals are:

  • #58
  • Replace the HTML extensions/mappings with the standard library's HTML module
  • #54
  • #55
  • #56
  • Revisit specs coverage

There are few other things that I would like to propose but I will move them into separate issues. Let me know what you think.