Releases: killshot13/mdEditor
[email protected]
What's Changed
- Release(v2.0.0): mdEditor by @killshot13 in #10
- Merge(mdEditor): development --> main by @killshot13 in #12
Full Changelog: v1.1.0...v2.0.0
[email protected]
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
[email protected]
What's Changed
- [ImgBot] Optimize images by @imgbot in #1
- [ImgBot] Optimize images by @imgbot in #2
- Test: image #1 responsive placement by @killshot13 in #3
- New killshot13 readme fix by @killshot13 in #4
- New killshot13 readme fix by @killshot13 in #6
- [ImgBot] Optimize images by @imgbot in #7
- docs(mdEditor): contrib guide & pre-release fixes by @killshot13 in #8
- Development by @killshot13 in #9
New Contributors
- @imgbot made their first contribution in #1
- @killshot13 made their first contribution in #3
Full Changelog: https://github.com/killshot13/mdEditor/commits/v1.0.0