Skip to content

a lot of extra newlines in the output #97

@wasaga

Description

@wasaga

What happened?

Image
Certainly! Here’s a short text that demonstrates all the main Markdown features:

---

# Markdown Features Demo

Welcome to the **Markdown Features Demo**!  
Let's explore some cool features:

## 1. Text Styles

- *Italic*
- **Bold**
- ~~Strikethrough~~

## 2. Lists

### Unordered List

- Apples
- Bananas
  - Green Bananas
  - Ripe Bananas
- Cherries

### Ordered List

1. First item
2. Second item
   1. Nested item
   2. Another nested item

## 3. Links and Images

[OpenAI Website](https://openai.com)

![OpenAI Logo](https://openai.com/favicon.ico)

## 4. Code

Inline code: `print("Hello, world!")`

Block code:

```python
def hello():
    print("Hello, world!")

5. Blockquotes

"Markdown is awesome for formatting text!"

6. Tables

Syntax Description
Header Title
Cell Content

7. Horizontal Rule


That's a quick overview of Markdown features!


**What did you expect to happen?**

no extra newlines

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions