diff --git a/src/draw.cc b/src/draw.cc index 2db91e0..0528514 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", "ipfs://QmQzhn6hEfbYdCfwzYFsSt3eWpubVKA1dNqsgUwci5vHwq", defaultFont.to_string()); + this->insertLink("Click here for the example page", "ipfs://QmcuUv9QXR86vXvSAQPkRJfi5kJwtTtu1NftNaWWVNftSd", defaultFont.to_string()); } /** diff --git a/test.md b/test.md index 07a4f71..ccac523 100644 --- a/test.md +++ b/test.md @@ -1,8 +1,13 @@ -Hello *World*, What a **happy** day! -blabla. -[test](ipfs://QmQzhn6hEfbYdCfwzYFsSt3eWpubVKA1dNqsgUwci5vHwq) -==Highlight== as well as ~~strikethrough~~ this is also a very very long line without any breaks, checking how line wrapping is behaving. +# This is just an example page + +We will show some some features below. + +The text can markup as *italic* or **bold** without any issues! You can also insert [links](ipfs://Qmbc8EFdUDPQmFuAAkKGQv4FgXrDJuUW2p96LQhzXimiDL). + +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. # Heading 1 @@ -11,7 +16,7 @@ blabla. ### Heading 3 ***New*** paragraph. -New line. +New soft line break. * list 1 * list 2 @@ -23,14 +28,18 @@ New line. 1. first 2. second 3. third - 1. 1st - 2. 2nd - 3. grappig - 4. he + 1. sub-numbering + 2. within an + 3. already numbered + 4. list 4. four -Extra text. +Some basic math: + +a^2^ + b^2^ = c^2^ ---------- -Dit is een nieuwe test. +> I could either watch it happen or be a part of it. 🤓 + + ~ Elon Musk diff --git a/test2.md b/test2.md new file mode 100644 index 0000000..81860c5 --- /dev/null +++ b/test2.md @@ -0,0 +1,3 @@ +# Another page + +This is just another page on the decentralized web 😁.