Update link once more

master
Melroy van den Berg 2021-03-28 04:12:33 +02:00
parent ab324aafbd
commit 85b5672ab4
2 changed files with 4 additions and 4 deletions

View File

@ -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());
}
/**

View File

@ -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.