diff --git a/docs/usage/images.md b/docs/usage/images.md index 99ba7ebd8c..19b31d49a2 100644 --- a/docs/usage/images.md +++ b/docs/usage/images.md @@ -273,7 +273,7 @@ Media.addImage({ Importing Images from file system path -[Example](https://raw.githubusercontent.com/dolanmiu/docx/master/demo/5-images.ts ":include") +[Example](https://raw.githubusercontent.com/dolanmiu/docx/master/demo/5-images.ts ':include') _Source: https://github.com/dolanmiu/docx/blob/master/demo/5-images.ts_ @@ -281,7 +281,7 @@ _Source: https://github.com/dolanmiu/docx/blob/master/demo/5-images.ts_ Example showing how to add image to headers and footers -[Example](https://raw.githubusercontent.com/dolanmiu/docx/master/demo/9-images-in-header-and-footer.ts ":include") +[Example](https://raw.githubusercontent.com/dolanmiu/docx/master/demo/9-images-in-header-and-footer.ts ':include') _Source: https://github.com/dolanmiu/docx/blob/master/demo/9-images-in-header-and-footer.ts_ @@ -289,6 +289,6 @@ _Source: https://github.com/dolanmiu/docx/blob/master/demo/9-images-in-header-an Example showing how to float images on top of text and optimally give a `margin` -[Example](https://raw.githubusercontent.com/dolanmiu/docx/master/demo/38-text-wrapping.ts ":include") +[Example](https://raw.githubusercontent.com/dolanmiu/docx/master/demo/38-text-wrapping.ts ':include') _Source: https://github.com/dolanmiu/docx/blob/master/demo/38-text-wrapping.ts_