Skip to content

Releases: abhinav/goldmark-wikilink

v0.5.0

28 Feb 04:08
43126fb
Compare
Choose a tag to compare

Added

  • Support parsing embedded wikilinks in the form, ![[...]].
  • Support embedding images inside documents.

Changed

  • The default resolver now adds the .html suffix to a target
    only if the target does not already have an extension.

Fixed

  • Fix data race in node destination tracking in the Renderer.

v0.4.0

20 Dec 02:53
ad77025
Compare
Choose a tag to compare

Changed

  • Change the module path to go.abhg.dev/goldmark/wikilink.

v0.3.0

26 Mar 02:33
f27c803
Compare
Choose a tag to compare

Changed

  • Renderer: Don't render links if Resolver returns an empty destination.

v0.2.0

24 Mar 04:05
5e050f6
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Added

  • Node: Add Fragment field to track the # portion of a link.

Changed

  • Parser: Pull apart # portion of a link into Fragment field.
  • Renderer: Support links without titles. This makes wikilink references to
    headers in the same document possible with [[#Foo]] possible.

v0.1.0

15 Mar 03:16
defd917
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Initial release.