~sircmpwn/scdoc#27: 
Eat leading spaces in list items after line breaks

Right now:

- Item 1++
  Where am I rendered?

is rendered as:

- Item 1
    Where am I rendered?

To achieve proper rendering, one has to write it as:

- Item 1
Where am I rendered?

which is counter-intuitive.

Status
REPORTED
Submitter
~przemoc
Assigned to
No-one
Submitted
10 months ago
Updated
10 months ago
Labels
No labels applied.

~przemoc 10 months ago

I missed the ++ in the last code block, of course.

Register here or Log in to comment, or comment via email.