Closed Bug 1572631 Opened 6 years ago Closed 6 years ago

LineBreak is ignored and automaticaly continued list number (I want plaintext, not autoformat)

Categories

(bugzilla.mozilla.org :: General, defect)

Production
Desktop
Windows 10
defect
Not set
normal

Tracking

()

RESOLVED INVALID

People

(Reporter: alice0775, Unassigned)

Details

This seems regression since new BMO appearance

Reproducible : always

Steps To Reproduce:

Write comment as follow

  1. bla bla(line break)(line break)2. baz baz

Actual Results:

  1. bla bla
  2. baz baz

Expected Results:

  1. bla bla
    (an empty line here)
  2. baz baz

.

Summary: Unwanted line break inserted → LineBreak is ignored (I want plaintext, not autoformat)

And

Write commnet

  1. bla bla(line break)2. baz baz(line break)(line break)1. hoge hoge(line break)2.huga huga(line break)

Actual Results:

  1. bla bla
  2. baz baz
  3. hoge hoge
  4. huga huga

Expected Results:

(line break here)

  1. hoge hoge
  2. huga huga
Summary: LineBreak is ignored (I want plaintext, not autoformat) → LineBreak is ignored and automaticaly continued list number (I want plaintext, not autoformat)

Wow "Write comment as follow" are big font and bold.
I do not want the formatting

1. First 
2. Second 

1. Staring again
2. And so on
  1. First

  2. Second

  3. Staring again

  4. And so on

It looks like the markdown parser is ignoring the returns.

I see the same issue on GitHub and VS Code. It’s weird but we are consistent at least.

Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.