All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, adheres to Semantic Versioning, and is generated by Changie.
- Support parsing embedded wikilinks in the form,
![[...]]
. - Support embedding images inside documents.
- The default resolver now adds the
.html
suffix to a target only if the target does not already have an extension.
- Fix data race in node destination tracking in the Renderer.
- Change the module path to
go.abhg.dev/goldmark/wikilink
.
- Renderer: Don't render links if Resolver returns an empty destination.
- Node: Add
Fragment
field to track the#
portion of a link.
- 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.
- Initial release.