Skip to content

Commit 84d8bfb

Browse files
authored
Update README.md spacing
Signed-off-by: Zoraiz Qureshi <[email protected]>
1 parent 3a40903 commit 84d8bfb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![View <Extension Points Examples> on File Exchange](https://www.mathworks.com/matlabcentral/images/matlab-file-exchange.svg)](https://www.mathworks.com/matlabcentral/fileexchange/174625-extension-points-examples)
44

5-
<img src="./screenshots/preview.png" width=300 height=200 alt="preview">
5+
<img src="./screenshots/preview.png" width=300 height=200 alt="preview"/>
66
<br>
77

88
You can extend various functionalities of the MATLAB&reg; desktop using Extension Points. For example, you can add custom items to the Quick Access Toolbar or change the icon or label for a file type in the Files panel.
@@ -15,15 +15,15 @@ Includes examples for the following Extension Points. These customizations are e
1515
#### Add an Item to the Quick Access Toolbar
1616
`mw.desktop.quickAccess` - Add a new button to the Quick Access Toolbar that triggers a MATLAB callback function.
1717

18-
<img src="./screenshots/demo-quickAccess.png" width=450 height=75 alt="preview">
18+
<img src="./screenshots/demo-quickAccess.png" width=450 height=75 alt="preview"/>
1919

2020
<br>
2121

2222

2323
#### Add New Displayed Roots to the Address Bar
2424
`mw.desktop.addressBar.displayedRoots` - Customize the list of displayed roots in the Address Bar.
2525

26-
<img src="./screenshots/demo-addressBarDisplayedRoots.png" width=450 height=82 alt="preview">
26+
<img src="./screenshots/demo-addressBarDisplayedRoots.png" width=450 height=82 alt="preview"/>
2727

2828
<br>
2929

@@ -33,15 +33,15 @@ Includes examples for the following Extension Points. These customizations are e
3333

3434
`mw.fileTypes.labels` — Specify the label that displays for a file type in the Files panel, including the Type column and File Preview.
3535

36-
<img src="./screenshots/demo-icons-labels.png" width=450 height=82 alt="preview">
36+
<img src="./screenshots/demo-icons-labels.png" width=450 height=82 alt="preview"/>
3737

3838
<br>
3939

4040

4141
#### Custom File Name Validation
4242
`mw.fileTypes.fileNameValidation` — Add filename validation for a file type to ensure the filename is valid when a file of that type / group is created or renamed.
4343

44-
<img src="./screenshots/demo-filenameValidation.png" width=450 height=60 alt="preview">
44+
<img src="./screenshots/demo-filenameValidation.png" width=450 height=60 alt="preview"/>
4545

4646
<br>
4747

0 commit comments

Comments
 (0)