Stellaro Logo Stellaro

Exploring Our Blog System Features

A demonstration of various content types and formatting options available in our blog system.

System Demo
2 min read
Exploring Our Blog System Features

Exploring Our Blog System Features

This post demonstrates the various content types and formatting options available in our blog system. Use it as a reference for creating your own content.

Text Formatting

Bold text and italic text are supported, as well as strikethrough and inline code.

Headers

H1 Header

H2 Header

H3 Header

H4 Header

H5 Header
H6 Header

Lists

Ordered List

  1. First item
  2. Second item
  3. Third item

Unordered List

  • Item one
  • Item two
  • Item three

Task List

  • Completed task
  • Incomplete task

Code Blocks

function helloWorld() {
  console.log('Hello world!');
}

Tables

FeatureSupportNotes
MarkdownFullAll CommonMark features
ImagesFullSupports alt text and captions
EmbedsPartialYouTube, Twitter, etc.

Blockquotes

This is a blockquote. It can span multiple paragraphs.

Just include additional angle brackets.

Horizontal Rules


Example link

Images

Alt text

Footnotes

Here’s a sentence with a footnote.1

HTML Support

You can use raw HTML when needed for special cases.

Math Formulas (LaTeX)

Inline math: (E = mc^2)

Block math:

[ \int_0^\infty x^2 dx ]

Diagrams (Mermaid)

graph TD;
    A-->B;
    A-->C;
    B-->D;
    C-->D;

Custom Components

This demonstrates how to use custom components within blog posts.

Footnotes

  1. This is the footnote.