Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork3.6k
Closed
Description
According toline blocks doc :
The division into lines will be preserved in the output, as will any leading spaces;otherwise, the lines will be formatted as Markdown.
So I expected the following snippet to produce a block quotation and an indented block quotation.
Otherwise, maybe the doc should mention than only inline markdown is applied, and block formatting is not applied?
some normal text| some text in line blocks| | > This text is| > expected to be rendered| > as a _block quotation_| | > This text is| > expected to be rendered| > as an indented _block quotation_
Produced output:
some normal textsome text in line blocks> This text is> expected to be rendered> as a block quotation > This text is > expected to be rendered > as an indented block quotation
Metadata
Metadata
Assignees
Labels
No labels