This is an extension of the VS Code Markdown language so that I can generate caption sheets for photos and update metadata with a script while ensuring the format of the source document is correct.
Describe specific features of your extension including screenshots of your extension in action. Image paths are relative to this README file.
For example if there is an image subfolder under your extension project workspace:
![feature X](images/feature-x.png)
Tip: Many popular extensions utilize animations. This is an excellent way to show off your extension! We recommend short, focused animations that are easy to follow.
Include if your extension adds any VS Code settings through the contributes.configuration
extension point.
For example:
This extension contributes the following settings:
myExtension.enable
: Enable/disable this extension.myExtension.thing
: Set toblah
to do something.
To generate the main grammar:
npm install
npm run build
Calling out known issues can help limit users opening duplicate issues against your extension.
Initial working version. No changes from vanilla markdown.