Releases: manuth/MarkdownConverter
Releases · manuth/MarkdownConverter
MarkdownConverter v5.2.1
MarkdownConverter v5.2.1
Fixed
- Broken
require
calls Resources
by dropping.json
files
MarkdownConverter v5.2.0
MarkdownConverter v5.2.0
Fixed
- Broken extension build
- Incorrect code snippets in
README.md
(as indicated in #174)
Thanks @karmeye ConversionRunner
s behavior which caused Chromium instances to sometimes not close properly (as indicated in #188)
Thanks @nixtar
Updated
- Unit tests in order to improve stability
- The extension's source code to the
ESModule
format - All dependencies
MarkdownConverter v5.1.3
MarkdownConverter v5.1.3
Updated
- All dependencies
- Drone CI configuration for improving automated publishing
- Deprecated
vscode-test
package tsconfig.json
files to improve development experience
Removed
- Dependabot workflows
Added
- Support for running unit-tests using the
Mocha Test Explorer
MarkdownConverter v5.1.2
MarkdownConverter v5.1.2
Fixed
- Error preventing the extension from running at all
Thanks to @DaveyJH for reporting
Updated
- All dependencies
MarkdownConverter v5.1.1
MarkdownConverter v5.1.1
Added
- Support for including foreign markdown files using the
markdown-it-include
plugin (#132)
Thanks a ton to Felix Lehoux - Support for applying classes to document sections using the
markdown-it-container
plugin (#132)
Once more thanks to Felix Lehoux
Fixed
- Broken anchor creation
- Vulnerabilities in dependencies
Updated
- All dependencies
MarkdownConverter v5.0.1
MarkdownConverter v5.0.1
Updated
- The internal slugifier to make anchors look like the ones produced by GitHub
Once more, thanks to @Postur for pointing this out!
MarkdownConverter v5.0.0
MarkdownConverter v5.0.0
Breaking
- Renamed a few settings
Have a look at this table to see what the new settings are called like now:Old Name New Name markdownConverter.Document.Design.Template
markdownConverter.Document.Template
markdownConverter.Document.Design.DefaultStyles
markdownConverter.Document.DefaultStyles
markdownConverter.Document.Design.HighlightStyle
markdownConverter.Document.HighlightStyle
markdownConverter.Document.Design.StyleSheetInsertion
markdownConverter.Assets.StyleSheetInsertion
markdownConverter.Document.Design.StyleSheets
markdownConverter.Assets.StyleSheets
markdownConverter.Document.Design.ScriptInsertion
markdownConverter.Assets.ScriptInsertion
markdownConverter.Document.Design.Scripts
markdownConverter.Assets.Scripts
Sorry for the inconvenience - I just really wanted the Design
-category to go away.
Fixed
- Broken webpack settings
- Broken permalink-creator for anchors and the infamous table of contents creator
- Vulnerabilities in dependencies
Added
- Added support for inserting pictures using Base64-encoding - a huge thanks to @Postur for helping me implementing this feature!
Use themarkdownConverter.Assets.PictureInsertion
to control whether to insert pictures in<img>
-tags based on their paths. This works for the document's body as well as running blocks (the header and the footer)
Updated
- All dependencies
MarkdownConverter v4.0.3
MarkdownConverter v4.0.3
Fixed
- An error in the
Converter
class which prevented users from converting documents located at paths containing a space or documents with a space in their file-name
MarkdownConverter v4.0.2
MarkdownConverter v4.0.2
Updated
- The release-scripts to ignore non-zero exit-codes when publishing extensions
MarkdownConverter v4.0.1
MarkdownConverter v4.0.1
Fixed
- Broken
Include
-insertion
Added
- A missing dependency
Updated
- The
README
-file - All dependencies