goldmark-wikilink

An extension for goldmark Markdown parser adding support for parsing and rendering wikilinks.

BSD-3-CLAUSE License

Stars
24
Committers
5
goldmark-wikilink - v0.5.0 Latest Release

Published by abhinav over 1 year ago

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.
goldmark-wikilink - v0.4.0

Published by abhinav almost 2 years ago

Changed

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

Published by abhinav over 3 years ago

Changed

  • Renderer: Don't render links if Resolver returns an empty destination.
goldmark-wikilink - v0.2.0

Published by abhinav over 3 years ago

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.
goldmark-wikilink - v0.1.0

Published by abhinav over 3 years ago

Initial release.