- Fixed a bug where internal links to anchors on the same page were not parsed correctly (#3)
This release fixes a bug where passing a custom value for the $environment
parameter to Converter->convert()
could cause multiple instances of
LeagueCommonMarkObsidianExtension
to be added to $environment
, which could
result in internal links and attachments not being resolved correctly.
- Backward Compatibility Break: Remove
Converter->configureEnvironment()
and move its logic intoConverter->getExtension()
- Backward Compatibility Break: Add
$extension
parameter toConverter->getExtension()
- Initial release