# Sample Article

This is a **sample Markdown document** used by the GroupDocs.Editor for Python via .NET examples.

## Introduction

GroupDocs.Editor converts Markdown to editable HTML and back, so you can edit content programmatically or in any WYSIWYG editor.

## Features

- Headings, paragraphs, and emphasis
- Ordered and unordered lists
- Links such as [GroupDocs](https://www.groupdocs.com)
- Inline `code` and fenced code blocks

## Example List

1. Load the Markdown file
2. Edit the HTML markup
3. Save it back to Markdown

> Markdown round-trips cleanly through the HTML intermediate.
