From 33951ffe70cf44c0dd2a95e4a2641215232e934e Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Sun, 23 Apr 2017 15:39:38 +0900 Subject: [PATCH] Fix relative link in README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6c4b91fc..1ab6a363 100644 --- a/README.md +++ b/README.md @@ -152,12 +152,13 @@ built-in: - solarized-dark - solarized-light -### Internal links +### Internal +s You can have internal links in your markdown that will be replaced with the full URL when rendering. To do so, use the normal markdown link syntax, start the link with `./` and point to the `.md` file you want to link to. The path to the file starts from the `content` directory. -For example, linking to a file located at `content/pages/about.md` would be `[my link](./pages/about.md). +For example, linking to a file located at `content/pages/about.md` would be `[my link](./pages/about.md)`. ### Anchors Headers get an automatic id from their content in order to be able to add deep links. By default no links are actually created but