Skip to content

Releases: vwillyams/showdown-internal-link-extension

First fully functioning release

28 Jun 06:30
Compare
Choose a tag to compare
Pre-release

Basic functionality is all in place now, including both server-side and client-side functionality.

Issues resolved:

  • Client side functionality is now supported
  • Client side configuration is supported

Outstanding issues:

  • Client side configuration is quite ugly and relies on heavy wizardry to prevent conflicts (however YAGNI may apply here)
  • Cannot configure the escape HTML settings.
  • HTML escaping does not follow all expected conventions e.g. uppercase on first character of link href.