From 85b5672ab49040ab2f4dad52b44357df666fd8f6 Mon Sep 17 00:00:00 2001 From: Melroy van den Berg Date: Sun, 28 Mar 2021 04:12:33 +0200 Subject: [PATCH] Update link once more --- src/draw.cc | 2 +- test.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/draw.cc b/src/draw.cc index 0528514..371f720 100644 --- a/src/draw.cc +++ b/src/draw.cc @@ -190,7 +190,7 @@ void Draw::showStartPage() The content is fully written in markdown format, allowing you to easily publish your own site, blog article or e-book.\n\ This browser has even a built-in editor. Check it out in the menu: File->New Document!\n\n"); this->insertText("See an example page hosted on IPFS: "); - this->insertLink("Click here for the example page", "ipfs://QmcuUv9QXR86vXvSAQPkRJfi5kJwtTtu1NftNaWWVNftSd", defaultFont.to_string()); + this->insertLink("Click here for the example page", "ipfs://QmQQQyYm8GcLBEE7H3NMQWfkyfU5yHiT5i1J98gbfDGRuX", defaultFont.to_string()); } /** diff --git a/test.md b/test.md index ccac523..3dd5f61 100644 --- a/test.md +++ b/test.md @@ -1,11 +1,11 @@ # This is just an example page -We will show some some features below. +We will show some of the features below. -The text can markup as *italic* or **bold** without any issues! You can also insert [links](ipfs://Qmbc8EFdUDPQmFuAAkKGQv4FgXrDJuUW2p96LQhzXimiDL). +We can markup text as *italic* or **bold** without any issues! You can also inserts [links](ipfs://Qmbc8EFdUDPQmFuAAkKGQv4FgXrDJuUW2p96LQhzXimiDL). -You can watch the source-code via right mouse click -> View Source, or in the View menu of LibreWeb Browser. +You can watch the source-code via right mouse click -> "View Source", or in the View menu of LibreWeb Browser. Why not support ==highlight== and ~~strikethrough~~ text as well out-of-the-box?😇 Sure, we can also write very long long lines without enters to check how line wrapping is behaving.