Releases: capjan/markdown-util
Releases · capjan/markdown-util
Version 2.6.2
Version 2.6.1
Changelog:
added case validation for internal links
fixed a rendering issue that causes broken css links
improved validation of index titles against folder names
Version 2.5.1
What's Changed
Full Changelog: 2.5.0...v2.5.1
Version 2.5.0
Changes
- Added .NET 7 as targeted framework
Version 2.4.0
Changes
- New: Possibility to add an edit link on every page
- Fix: Previous rendered files can potentially interrupt rendering html pages
Version 2.3.2
Changes
- New: Added padding
- Fix: code blocks are not scrollable
- Fix: packing nuget fails after latest refactorings
Version 2.2.0
Changes
- NEW: Added viewport meta element to the HTML rendering. That improves the rendering of the HTML files on mobile devices
- NEW: Added more XML Elements to the project file improve the description of the NuGet package
Version 2.1.1
Changes
- Fix: assets with the file extension .jpeg won't be automatically copied (See #2)
Version 2.1.0
Changes
- Added automatic replacing of Markdown index files to HTML index files
Version 2.0.1
Changes
- Fix: calling the tool is changed to mdu as expected in version 2.0.0
- Fix: --help option refers to mdu.dll instead of just mdu what is expected