🚧 Hive Client App – Formatting & Rendering Test Post
Bold
This text is bold.
This is also very important bold text.
You can even mix bold with italic inside for combined emphasis.
Italic
This text is italic.
This is also italic using underscores.
You can combine styles like bold and italic together.
Link
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
Mention
Hello @hiveio 👋
Testing user mentions inside:
-
Beginning of line: @hiveio
-
Middle of sentence mention to @hivepen for testing.
-
Multiple mentions: @hiveio @hivepen @ecency @peakd
Headings
H1 Heading
H2 Heading
H3 Heading
H4 Heading
H5 Heading
H6 Heading
Horizontal Rule
Above and below this line:
Blockquote
> This is a blockquote.
>
> It can span multiple lines.
>
> > Nested blockquote level 2.
> >
> > > Nested blockquote level 3.
Lists
Unordered List
-
Item one
-
Item two
-
Nested item
-
Another nested item
-
-
Item three
Ordered List
-
First item
-
Second item
-
Third item
-
Nested numbered item
-
Another nested numbered item
-
Task List
-
Completed task
-
Incomplete task
-
Another completed task
Inline Code
Here is some inline code: console.log("Hello Hive");
Code Blocks
JavaScript
function greet(user) {
return `Hello, ${user}! Welcome to Hive.`;
}
console.log(greet("
@hiveio"));