Skip to content

Commit 2c1342b

Browse files
author
Ricardo Zambon
committed
fix: adjust details.md images
1 parent 4b039e9 commit 2c1342b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

details.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# Azure DevOps Extension: Markdown Text Control
22

3-
<img src="./static/images/Example.png" style="border: 1px solid black;" />
3+
<img src="static/images/Example.png" style="border: 1px solid black;" />
44

55
Azure DevOps extension to show text field control and markdown in same row.
66

77
## Extension Usage
88

99
Navigate to your work item form customization page, click to ***Add custom control*** and select the control **Markdown Text Control**.
1010

11-
![Layout Customization](./static/images/Print1.jpg)
11+
![Layout Customization](static/images/Print1.jpg)
1212

1313
In ***Options*** tab, set the control *field*, *markdown* and a *value converter script* (if required).
1414

15-
![Configuration](./static/images/Print2.jpg)
15+
![Configuration](static/images/Print2.jpg)
1616

1717
* **Field** *(required)*: The field should be used by control;
1818

0 commit comments

Comments
 (0)