Skip to content

Commit b72885c

Browse files
committed
Add Changelog entry
1 parent 04c6da5 commit b72885c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
- Rename VS Code commands to be shorter and more concise.
88
- `Copy Snippet Without Leading Indentation` is now `Copy Snippet`
99
- `Copy Snippet Without Leading Indentation as Markdown Code Block` is now `Copy Snippet as Markdown Code Block`
10+
- Add `markdownCodeBlock.includeLanguageIdentifier` configuration option for Markdown block behavior.
11+
- Allows to set whether Markdown blocks should always include the [language identifier](https://help.github.com/en/github/writing-on-github/creating-and-highlighting-code-blocks) which allows for syntax highlighting in some tools (for example github.com) but is not compatible with others (for example Slack).
12+
- The default is "`prompt`" which makes the extension always prompt when using the "Copy Snippet as Markdown Code Block" command.
1013

1114
## [0.2.3]
1215

0 commit comments

Comments
 (0)