Markdown – ghostkit/markdown
Lightweight markup language with plain-text-formatting syntax.
Use the Markdown block to format content created using Markdown.
Screenshot

Example
Markdown – this is a heading level 3.
It’s pretty easy to write Markdown. This is a paragraph
Here’s a list written with -
‘s
- List item
- Another list item
And now a simple table
Heading 1 | Heading 2 |
---|---|
Row 1 Col 1 | Row 1 Col 2 |
Row 2 Col 1 | Row 2 Col 2 |
Notes
- Markdown is a lightweight markup language with plain-text-formatting syntax.
- Developers use Markdown in tools such as GitHub.
- Read GitHub Docs: Basic writing and formatting syntax.