Browse Source

docs(public/subjects): add alt text for images

DEV-3972-prepare-blockchain-branch-subjects
eslopfer 2 years ago
parent
commit
dc80b79745
  1. 6
      subjects/README.md

6
subjects/README.md

@ -6,16 +6,16 @@ In order to have a consistent formatting for the markdown files, we use Prettier
In VS Code, click on the extensions icon, and type Prettier. It should be the first result of the search. Click on install.
![](install-prettier.png)
![install-prettier](install-prettier.png)
### Usage
After installing it, one way of using it is to right click the view of the file you want to format and click on format document. If you have other formatters/linters installed, you will be prompted to select which one you want to use.
![](format-document-prettier.png)
![format-document-prettier](format-document-prettier.png)
An alternative way is to press `ctrl + shift + i`, but this might vary depending on your local settings.
When the document is formatted, you should be able to see the Prettier text with the double tick on the bottom right corner of your window as in the image. If you only see one, another way to run it is by clicking on the `Prettier` text.
![](double-tick-prettier.png)
![double-tick-prettier](double-tick-prettier.png)

Loading…
Cancel
Save