Skip to content
Compare
Choose a tag to compare
@killshot13 killshot13 released this 28 Jun 17:01
· 5 commits to main since this release
efad525

Update(mdEditor): release version 1.1.0.

ChangeLog:

Feature: mdEditor will now ask if you want to install the recommended extensions. The prompt should appear when entering the workplace after install. If you already have them, don't worry, that's why nothing showed up.

BugFix: Added two separate lines in the Workspace configuration, one to support the Windows file system, and one to support Linux. The config favors Windows by default. However, all you need to switch is to cautiously copy & paste the Linux snippet exactly where the Windows snippet is, then do the opposite for the Windows one.

Update: Enforces atx styling rule (MD003) by adds this line to the .markdownlint.json to alleviate editor conflicts.

    "MD003": { "style": "atx" }

Full Changelog: v1.0.0...v1.1.0