From ab541b9b5f11c0b2f00c85cc99c0bbdac445621d Mon Sep 17 00:00:00 2001 From: Adrien Crivelli Date: Mon, 4 Jun 2018 14:09:21 +0900 Subject: [PATCH] Emphasis the point being discussed --- docs/topics/reading-and-writing-to-file.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/topics/reading-and-writing-to-file.md b/docs/topics/reading-and-writing-to-file.md index d9cb9a72..cf58e549 100644 --- a/docs/topics/reading-and-writing-to-file.md +++ b/docs/topics/reading-and-writing-to-file.md @@ -634,16 +634,16 @@ $writer->setSheetIndex(0); #### Setting the images root of the HTML file There might be situations where you want to explicitly set the included -images root. For example, one might want to see +images root. For example, instead of: + + ``` html + + ``` + +You might want to see: ``` html - -``` - -instead of - -``` html -. + ``` You can use the following code to achieve this result: