This text is bold.
This is also very important bold text.
You can even mix bold with italic inside for combined emphasis.
This text is italic.
This is also italic using underscores.
You can combine styles like bold and italic together.
Here is a standard markdown link:
Visit Hive.io
Here is an inline raw link:
https://hive.io
Here is a reference-style link:
Hive Blockchain
Testing user mentions inside:
Above and below this line:
This is a blockquote.
It can span multiple lines.
Nested blockquote level 2.
Nested blockquote level 3.
Item one
Item two
Nested item
Another nested item
Item three
First item
Second item
Third item
Nested numbered item
Another nested numbered item
Completed task
Incomplete task
Another completed task
Here is some inline code: console.log("Hello Hive");
function greet(user) {
return `Hello, ${user}! Welcome to Hive.`;
}
console.log(greet("
@hiveio"));