Bug-fixes
Minor fixes by GooRoo in https://github.com/GooRoo/mkdocs-obsidian-bridge/pull/6
- Fix code-blocks detections (5).
- Fix incorrect handling of `index.md`/`README.md` (4).
- Fix incorrect rendering of obsidian links with fragments.
For example, for a link `[[Page nameSome header]]` the following link was generated (with default `slugify`):
[Page namesome-header]()
Now it renders it the same way as Obsidian does:
[Page nameSome header]()
----
**Full Changelog**: https://github.com/GooRoo/mkdocs-obsidian-bridge/compare/v1.0.0...v1.0.1