Skip to content

Releases: capjan/markdown-util

Version 2.6.2

15 Jan 22:38
f3c9450

Choose a tag to compare

Changelog:

fixed: tool is broken on windows due to latest changes

Version 2.6.1

27 Dec 20:56
63fb9f6

Choose a tag to compare

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

19 Mar 09:58
95510ea

Choose a tag to compare

What's Changed

  • fix: the pipeline fails due to misconfiguration by @capjan in #5

Full Changelog: 2.5.0...v2.5.1

Version 2.5.0

26 Feb 00:43
be485cc

Choose a tag to compare

Changes

  • Added .NET 7 as targeted framework

Version 2.4.0

03 Sep 13:27
275c7b9

Choose a tag to compare

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

19 Aug 17:58
f26a4cb

Choose a tag to compare

Changes

  • New: Added padding
  • Fix: code blocks are not scrollable
  • Fix: packing nuget fails after latest refactorings

Version 2.2.0

17 Aug 18:20
e7b3f7a

Choose a tag to compare

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

16 Aug 22:58
85fd087

Choose a tag to compare

Changes

  • Fix: assets with the file extension .jpeg won't be automatically copied (See #2)

Version 2.1.0

16 Aug 20:38
961ec81

Choose a tag to compare

Changes

  • Added automatic replacing of Markdown index files to HTML index files

Version 2.0.1

06 Aug 17:53
0be18df

Choose a tag to compare

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