Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/parsiya/Hugo-Octopress.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/content/page/about.md')
-rw-r--r--exampleSite/content/page/about.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/exampleSite/content/page/about.md b/exampleSite/content/page/about.md
index 190f190..242d077 100644
--- a/exampleSite/content/page/about.md
+++ b/exampleSite/content/page/about.md
@@ -12,4 +12,10 @@ This is a single page. To create a page similar to this:
1. E.g., for this page we have `url = "/about/"`.
3. Now you can access the website at `baseurl/about` and you can link to it from the main menu or sidebar using the relative path.
-[page-bundle-link]: https://gohugo.io/content-management/page-bundles/ \ No newline at end of file
+[page-bundle-link]: https://gohugo.io/content-management/page-bundles/
+
+Linkify URL: https://example.net. It opens in a new tab only if using
+Blackfriday and not Goldmark (at the time of writing).
+
+markdown URL: [example.net](https://example.net). It should open in a new tab
+with both Blackfriday and Goldmark.