Skip to content
This repository was archived by the owner on Mar 12, 2026. It is now read-only.
This repository was archived by the owner on Mar 12, 2026. It is now read-only.

Issue showcase supporting Markdown #3

@dev-significo

Description

@dev-significo

Welcome to the Markdown Editor

This is a simple Markdown editor built using Jetpack Compose and CommonMark.

Features

  • Bold text
  • Italic text
  • Links
  • Inline code
  • Code blocks:
    val greeting = "Hello, World!"
    println(greeting)
  • Blockquotes:

    This is a blockquote.

  • Lists:
    1. First item
    2. Second item
    3. Third item
  • Another list:
    • subitem

More Examples

Headings

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

Images

Alt text

Horizontal Rule


Tables

Syntax Description
Header Title
Paragraph Text

Task List

  • Task 1
  • Task 2
  • Task 3

Strikethrough

This was mistaken text

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions