From 24a40bee6358d6732e20dc0e131089f8a42b704d Mon Sep 17 00:00:00 2001 From: matthewp Date: Mon, 16 Aug 2021 20:44:46 +0000 Subject: [ci] yarn format --- docs/src/pages/reference/api-reference.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/src/pages/reference/api-reference.md') diff --git a/docs/src/pages/reference/api-reference.md b/docs/src/pages/reference/api-reference.md index 2f73cb30c..dfa52763a 100644 --- a/docs/src/pages/reference/api-reference.md +++ b/docs/src/pages/reference/api-reference.md @@ -76,13 +76,13 @@ const path = Astro.site.pathname; `Astro.resolve()` helps with creating URLs relative to the current Astro file, allowing you to reference files within your `src/` folder. -Astro *does not* resolve relative links within HTML, such as images: +Astro _does not_ resolve relative links within HTML, such as images: ```html ``` -The above will be sent to the browser as-is and the browser will resolve it relative to the current __page__. If you want it to be resolved relative to the .astro file you are working in, use `Astro.resolve`: +The above will be sent to the browser as-is and the browser will resolve it relative to the current **page**. If you want it to be resolved relative to the .astro file you are working in, use `Astro.resolve`: ```astro -- cgit v1.2.3