Vscode Remark Versions Save

Lint and format markdown code with remark

3.0.0

2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/remarkjs/vscode-remark/compare/2.1.0...v3.0.0

2.1.0

1 year ago

Full Changelog: https://github.com/remarkjs/vscode-remark/compare/2.0.0...2.1.0

2.0.0

1 year ago

Full Changelog: https://github.com/remarkjs/vscode-remark/compare/1.3.0...2.0.0

1.3.0

3 years ago

This is the first release after moving the extension from its former home at @mrmlnc and over to @remarkjs. This release contains a lot of small improvements:

  • #20 by @asbjornu adds a GitHub Actions workflow with the execution of tests to the repository.
  • #21 by @asbjornu adds support for configuring Remark.js with a .remarkrc.yaml configuration file. Previously, only .remarkrc in JSON format was supported.
  • #24, #25, and #26 by @ChristianMurphy improves type usage.
  • #30 adds Renovate to the repository.
  • #40 by @asbjornu renames the plugin to reflect its move from @mrmlnc to @remarkjs and adds a GitHub Actions based automatic release process.

1.2.1

3 years ago

Changelog

  • Fix listItemIndent value of "1" is still replaced by tabs (#19, #15, thanks @sagebind)

1.2.0

4 years ago

Changelog:

  • Update remark to 11.0.0
  • Add .remarkrc.js config support (#14)

1.1.0

7 years ago

Changelog:

  • Update remark to 7.0.0
  • Fix problem with configuration (fix #7)

1.0.0

7 years ago

Changelog:

  • Use [email protected]
  • Use output channel instead of window messages
  • Support for FormatOnSave aka ALT + SHIFT + F

0.3.1

7 years ago

Changelog:

  • Fix work with empty settings

0.3.0

7 years ago

Initialization preview release.